/RT-bot

A bot for assigning roles in the Runtime Terror Discord server.

Primary LanguagePython

Logo

RT Bot

About

A bot made for the Runtime Terror Discord server. The purpose of the bot is to give users the ability to easily add/remove roles from themselves for classes and majors.

Configuration

You will need to add your own config.py if you would like to fork this repo and run it yourself. The file must include:

  • TOKEN: This is the token that you get when you create your bot. To see how to create your own bot and how to find your token, check out this tutorial.
  • CHANNEL_ID: The channel that the bot will listen for implicit commands in (without the . command prefix).
  • COMMAND_CHANNEL: The channel where the Admins can interact with the bot separately from the channel above.
  • POLL_CHANNEL: The channel where the bot will look for the poll command.
  • ERROR_CHANNEL: The channel where the bot will throw errors.

Contributing

If you are from the Runtime Terror server, and you would like to contribute to this bot, please create an issue under the "Issues" tab.