-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf-base.toml
56 lines (49 loc) · 1.51 KB
/
conf-base.toml
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
# The default config, edit and save as conf.toml
# Any discord related config, you really only need your token here.
[discord]
token = "discord.token.right-here"
# Roles for everything, like colors, stream notifs, etc.
# key is what they type in to get the role with a command,
# string is the name of the role itself in Discord.
[roles]
# Staff roles, in case you have different names for other levels of staff.
[roles.staff]
admin = "Admin"
moderator = "Mod"
member = "Friend"
# Color roles that users can give themselves.
[roles.colors]
white = "White"
turq = "Turquoise"
green = "Green"
sky = "Sky"
purple = "purple"
red = "Red"
orange = "Orange"
yellow = "Yellow"
dark = "Dark"
pink = "Pink"
blue = "Blue"
# Roles for stream notifications. Not case sensitive.
[roles.streams]
apex = "ApexStream" # https://www.twitch.tv/notquiteapex
kigu = "KiguStream" # https://www.twitch.tv/batkigu
juici = "JuiciStream" # https://www.twitch.tv/juicibit
percy = "PercyStream" # https://www.twitch.tv/percy_creates
alchana = "AlchanaStream" # https://www.twitch.tv/alkana
# Roles for pronouns.
[roles.pronouns]
"they\them" = "they/them"
"she\her" = "she/her"
"he\him" = "he/him"
# Roles for games, if anyone wants to play
[roles.games]
minecraft = "Minecraft"
tf2 = "Team Fortress 2"
phasma = "Phasmaphobia"
amongus = "Among Us"
# channel names for some debugging stuff, not needed but they help with issues.
[dev]
botdev = "bot-dev"
botdms = "bot-dms"
botlog = "bot-logs"