Bot configuration
The main configuration of the bot is done in config.json, provided in the repository is config.json.example
{
"defaultTimeout": 600000,
"discord": {
"token": "Discord Bot Token",
"clientId": "Discord client ID"
},
"telegram": {
"token": "Telegram Token"
},
"prefix": "!"
}
defaultTimeoutis the default timeout for TaskInstance embeds. How much time the bot will remain listening to replies (buttons)discordDiscord configuration settingstokenDiscord bot token (obtained via the Discord Developer Portal)clientIdDiscord client ID (obtained via the Discord Developer Portal)
telegramtokenTelegram auth token Obtained via @BotFather
prefixPrefix used for old style chat commands (I should remove this)