blob: a665436a468d7c9f7f31a2d72d0ff59aeb674136 (
plain)
1
2
3
4
5
6
7
|
{
"bot_username": "your_bot_username_here",
"bot_token": "enter the token that you generate here",
"your_username": "YOUR_username_not_your_bots_username",
"channels" : [ "enter the channel names for the bot to join", "you can have multiple!" ],
"command_char": "!"
}
|