@@ -9,14 +9,14 @@ new Manager(options: AutomataOptions)
9
9
```
10
10
::
11
11
12
- | ** Parameter** (AutomataOptions) | ** Type** | ** Description** |
13
- | ---------------------------- | ---------- | --------------------------------------------------------------------------------------------------- |
14
- | ` nodes ` | [ Nodes] ( https://github.com/shadowrunners/Automata/blob/v2.2/src/Manager.ts#L304 ) | The map of nodes. |
15
- | ` defaultPlatform ` | String | The default platform used by the manager to fetch songs. Default platform is Deezer. |
16
- | ` reconnectTimeout ` | Number | The time the manager will wait before trying to reconnect to a node. |
17
- | ` reconnectTries ` | Number | The amount of times the player will try to reconnect to a node. |
18
- | ` resumeKey ` | String | The key used to resume the previous session. |
19
- | ` resumeTimeout ` | Number | The time the manager will wait before trying to resume the previous session. |
12
+ | ** Parameter** (AutomataOptions) | ** Type** | ** Description** |
13
+ | ---------------------------- | ---------- | ------------------------------------------------------------------------------------------|
14
+ | ` nodes ` | [ Nodes] ( https://github.com/shadowrunners/Automata/blob/v2.2/src/Manager.ts#L304 ) | The map of nodes. |
15
+ | ` defaultPlatform ` | String | The default platform used by the manager to fetch songs. Default platform is Deezer. |
16
+ | ` reconnectTimeout ` | Number | The time the manager will wait before trying to reconnect to a node. |
17
+ | ` reconnectTries ` | Number | The amount of times the player will try to reconnect to a node. |
18
+ | ` resumeStatus ` | Boolean | Used to enable / disable resuming. |
19
+ | ` resumeTimeout ` | Number | The time the manager will wait before trying to resume the previous session. |
20
20
21
21
## Properties
22
22
@@ -235,13 +235,3 @@ Emitted when the connection between the WebSocket and Discord voice servers drop
235
235
| ---------------| -----------|
236
236
| ` player ` | [ Player] ( https://automata.notscrappie.ml/classes/player ) |
237
237
| ` track ` | [ Track] ( https://automata.notscrappie.ml/classes/track )
238
-
239
- To update the logo in the header, create a component in ` components/Logo.vue ` with your own logo.
240
-
241
- In this example, the image is located at ` /public/img ` .
242
-
243
- ``` vue [components/Logo.vue]
244
- <template>
245
- <img width="120" src="/img/YOURLOGO.png"/>
246
- </template>
247
- ```
0 commit comments