-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
91 lines (74 loc) · 1.51 KB
/
.env.example
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
### ChadMusic - The Chad Music Bot ###
### Configuration File
# Rename to .env after you're done making changes.
# Learn more on how to use this file.
# https://200percentmicky.github.io/chadmusic/configuration/env_variables/
## Client Configuration
TOKEN=
PREFIX=
APP_ID=
PUBLIC_KEY=
# IPv6 Range Block
IPV6_BLOCK=
# Proxy support.
PROXY=
# FFMPEG path.
#FFMPEG_PATH=
## Sharding
#SHARDING=true
#SHARDS=1
#SHARDS_PER_CLUSTER=2
## Plugins
GENIUS_TOKEN=
SOUNDCLOUD_CLIENT_ID=
SOUNDCLOUD_OAUTH_TOKEN=
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_TOP_TRACKS_COUNTRY=
UPDATE_YTDLP=true
## Customization
# Learn how to customize your bot here:
# https://200percentmicky.github.io/chadmusic/configuration/customization/
# Embed Colors
COLOR_OK=77B255
COLOR_WARN=FFCC4D
COLOR_INFO=0093FF
COLOR_ERROR=FF0000
COLOR_QUESTION=B769FF
COLOR_NO=DD2E44
COLOR_MUSIC=0093FF
# Emojis
EMOJI_OK=:white_check_mark:
EMOJI_WARN=:warning:
EMOJI_ERROR=:x:
EMOJI_INFO=:information_source:
EMOJI_QUESTION=:question_mark:
EMOJI_NO=:no_entry_sign:
EMOJI_LOADING=:watch:
EMOJI_CUTIE=:notes:
EMOJI_MUSIC=:musical_note:
# Reactions
REACTION_OK=✅
REACTION_WARN=⚠
REACTION_ERROR=❌
REACTION_INFO=ℹ
REACTION_QUESTION=❓
REACTION_NO=🚫
REACTION_LOADING=⌚
REACTION_CUTIE=🎶
REACTION_MUSIC=🎵
# Button Emojis
FIRST_PAGE=⏮
PREVIOUS_PAGE=⬅
NEXT_PAGE=➡
LAST_PAGE=⏭
JUMP_PAGE=↗
CLOSE=✖
## Developer Tools
DEV_GUILD=
#BUG_CHANNEL=
#USE_EVAL=true
#USE_CONSOLE=true
#DEBUG_LOGGING=true
#FFMPEG_DEBUG_LOGGING=true
DELETE_INVALID_COMMANDS=true