-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
31 lines (31 loc) · 1.31 KB
/
config.json
File metadata and controls
31 lines (31 loc) · 1.31 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
{
"bot_setup": {
"debug_guilds": null,
"bot_name": "Chizuru",
"version": "1.0.0",
"logging": {
"log_file": "chizuru.log"
},
"embed_colour": "#0099ff",
"bot_owner_discord_ids": [
291043355104641025
],
"database_name": "chizuru-lite"
},
"errors": {
"error_embed_colour": "#0099ff",
"author_not_connected": "Please connect to a voice channel before using this command again",
"not_connected_to_voice": "I'm not connected to a voice channel.",
"connected_to_another_voice": "I'm already connected to a voice channel.",
"unrecognised_link": "I only support Youtube and Spotify links atm.",
"query_processing_fail": "Couldn't process the query.",
"not_playing": "I'm not playing anything right now. Use /play to connect to a voice channel",
"no_playlists": "There are no playlists in this queue",
"empty_queue": "The queue is empty",
"improper_page": "Please enter page number",
"improper_volume": "Please enter a number between 0 and 100",
"improper_position": "Please enter a proper position",
"no_song_lyrics": "Either give me a song title or play a song.",
"no_lyrics_found": "No lyrics found for this song."
}
}