Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 559 Bytes

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.