/archbtw

A discord bot with various utilities

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

archbtw

archbtw is a discord bot with various utilities

Installation

First, you'll need to create a discord bot and get a token. If you don't know how to, you can use this guide: https://discordpy.readthedocs.io/en/latest/discord.html

  1. Clone the source code with git clone https://github.com/daniel071/archbtw.git & cd archbtw
  2. Install required dependencies with pip install -r requirements.txt
  3. Create a new file called .env and add export TOKEN=(your token here)
  4. Run the program with python main.py