aboutsummaryrefslogtreecommitdiff
path: root/twitch-bot/settings.json
blob: 3b076f9954863a319d4b7ef070286ebd534594c2 (plain)
1
2
3
4
5
6
{
  "bot_username": "your_bot_username_here",
  "bot_token": "enter the token that you generate here",
  "channels" : [ "enter the channel names for the bot to join", "you can have multiple!" ],
  "command_char": "!"
}