- Take a look on a picture and get the same way data to auth.json:
{
...
source_channel: chat_id,
authorization: auth-token,
cookie: cookie,
}
- Add your squad nicknames and change other settings in config.json:
{
...
names: ["name1", "name2"], // Squad nicknames
trapkills_only: "false", // Send in channel only trapkills from your Squad
timezone: '1' // Default Moscow timezone in diff with bot-hosting server time
}
-
You also have to find out how to make a bot with discord API. and get a token for the "token" field in auth.json and get your own channel id to place it in "target_channel".
RU | Посмотреть как создать и добавить бота на сервер и узнать id канала и токен бота
{
token: bot_token,
target_channel: channel_id,
...
}
- You can use bot-hosting.net to run this bot almost for free.