This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
lset/twitch-bot/settings.json

8 lines
278 B
JSON
Raw Normal View History

2022-03-11 16:23:51 -07:00
{
"bot_username": "your_bot_username_here",
"bot_token": "enter the token that you generate here",
2022-03-11 23:43:06 -07:00
"your_username": "YOUR_username_not_your_bots_username",
2022-03-11 16:23:51 -07:00
"channels" : [ "enter the channel names for the bot to join", "you can have multiple!" ],
"command_char": "!"
}