-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 1.24 KB
/
config.json
File metadata and controls
34 lines (34 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"Status": {
"Playing": "V 1.0",
"Watching": "!help"
},
"StatusTime": 60,
"Prefix": "!",
"Welcome_Message": "Thanks for choosing my music bot! Get started by joining a vc and running `!play <song>`. \nFor more information about the range of commands available, run `!help`.",
"Variables": {
"Emojis": {
"Tick": "<a:checkmark:738865801964027904>",
"Cross": "<a:cross:738865828648189972>",
"Next": "<:Next:817548034732064799>",
"Back": "<:Back:817548165217386566>",
"Spotify": "<:SpotifyIcon:738865749824897077>",
"Album": "<:AlbumIcon:809904275739639849>",
"Preview": "<:Preview:810242525247045692>",
"Youtube": "<:Youtube:839450990482948158>",
"Play": "<:Play:839922846264066098>",
"Pause": "<:Pause:839922854069141515>",
"SkipBack": "<:SkipBack:839922836000997426>",
"SkipForwards": "<:SkipForwards:839922825992601651>",
"Soundcloud": "<:Soundcloud:897135141040832563>"
}
},
"Active_Extensions": [
"Cogs.Pagination",
"Cogs.Music",
"Cogs.Utility",
"Cogs.Account",
"Cogs.Background",
"Cogs.Help"
]
}