Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 887 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 887 Bytes

Solaris Discord Bot

Installation

Before you begin, run through the discord.js getting started guide to register a new Discord bot application and add it to your server.

Once you have created a bot, added it to your server and retrieved a bot token, you can proceed:

  1. Install the prerequisites.
    • pip install -r requirements.txt
  2. Clone the repository.
  3. Checkout master.
  4. Create a .env file in the root directory (See .env.example).
    • Add your Discord bot token to the DISCORD_BOT_TOKEN environment variable.
  5. python3 main.py to start the bot.

Running via docker is also supported. Look at docker-compose.yaml.

Adding new commands

  1. Create a new command in extensions.

Contributing

See here.

License

See here.