Move the answers into the config instead of the code
This commit is contained in:
parent
d5e0b32adf
commit
84e8dd9aa2
3 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
[quiz]
|
||||
answers = []
|
||||
|
||||
|
||||
[twitch]
|
||||
|
||||
[twitch.auth]
|
||||
|
|
@ -8,6 +12,7 @@ username = ""
|
|||
command_prefix = "!"
|
||||
channels = []
|
||||
|
||||
|
||||
[discord]
|
||||
|
||||
[discord.webhook]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue