Members
(constant) Events
All event names.
Properties:
Name | Type | Description |
---|---|---|
ADD_PLAYLIST |
String | Emitted when a playlist is added. |
PLAY_SONG |
String | Emitted when a song is playing. |
END_SONG |
String | Emitted when a song ends. |
PAUSE |
String | Emitted when a the music is paused. |
RESUME |
String | Emitted when a the music is unpaused. |
SKIP |
String | Emitted when a song is skiped. |
- Source:
Methods
createRoute(filename) → {String}
Create a route from root.
Parameters:
Name | Type | Description |
---|---|---|
filename |
String | ID of guild. |
- Source:
Returns:
Path to file.
- Type
- String
tp(ts) → {String}
Time formatter.
Parameters:
Name | Type | Description |
---|---|---|
ts |
Number | Time in milliseconds. |
- Source:
Returns:
Time formatted.
- Type
- String