-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yml
More file actions
45 lines (35 loc) · 864 Bytes
/
config.example.yml
File metadata and controls
45 lines (35 loc) · 864 Bytes
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
bot:
# Prefix to use for commands, although most of the bot uses application commands
prefix: "u."
# Replace token with your bot token from https://discord.com/developers/applications
token: ""
db:
# https://cloud.mongodb.com
connection_string: ""
lastfm:
api_key: ""
# https://developer.spotify.com/dashboard
spotify:
client_id: ""
client_secret: ""
# https://stats.fm
# Storage > Cookies > https://stats.fm > identityToken
statsfm:
api_key: ""
# Repository
repo: "notjawad/uni"
colors:
default: 0x2f3136
success: 0x57f287
info: 0x3498db
brands:
lastfm: 0xd51007
spotify: 0x1db954
roles:
media_muted: "Media Muted"
nuke_image: "https://media1.tenor.com/m/2L8cGGO6_MIAAAAd/operation-teapot-nuke.gif"
constants:
reminder_check_interval: 10 # in seconds
# https://www.themoviedb.org/settings/api
tmdb:
api_key: ""