Poopatine is a purpose-built Discord bot.
Poopatine is configured by creating a .secret/config.json file. The file contents should look something like:
{
"token": "DISCORD_BOT_TOKEN_HERE",
"servers": {
"Server Name A": {
"announceChannel": "Server Channel 1"
}
}
}