Skip to content

savisitor15/alphabot

 
 

Repository files navigation

Alphabet Discord Bot

Requirements

You must install these first before you can use the bot as intended

Steps to get the bot up and running on your local machine

  1. Clone this repo:

    • git clone https://github.com/AAADevs/alpha-bot.git
  2. Navigate into the project directory:

    • cd alpha-bot
  3. Copy the config.json.sample to config.json:

    • cp config.json.sample config.json
  4. Edit the config file and add your own bot token, admin roles etc.

  5. To run the bot use either of the following:

    • Foreground:
      • docker-compose up
    • Background (daemon):
      • docker-compose up -d

TODOs

  • Upgrade to Python 3.9
  • Change cheese cog to not expect a config from the client, have parameters passed in

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%