/AlanBot

A Discord-Server management bot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AlanBot

A Discord-Server management bot, based on https://github.com/Bobby-McBobface/phnix-discord-bot project.

How to run on your server

  1. Create a Discord application (Bot) on Discord Developer Portal.
  2. Invite your bot to your server via the URL generator.
  3. Run pip install -r requirements.txt.
  4. Make a folder env in /src directory.
  5. Make a file in /src/env called "token" and put your Discord bot token there.
  6. Run main.py

Remember to rename the configuration.example.py file to configuration.py and update its content.