Update the code to work
This commit is contained in:
parent
4dc25492e5
commit
1b18eabbc3
8 changed files with 332 additions and 2130 deletions
15
config.template.toml
Normal file
15
config.template.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[twitch]
|
||||
|
||||
[twitch.auth]
|
||||
oauth_token = ""
|
||||
username = ""
|
||||
|
||||
[twitch.chat]
|
||||
command_prefix = "!"
|
||||
channels = []
|
||||
|
||||
[discord]
|
||||
|
||||
[discord.webhook]
|
||||
enabled = true
|
||||
url = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue