Aclevo Bot is a Discord bot written in Python 3.11 using Disnake. It currently includes a help function and an info function.
To install the Aclevo Bot, follow these instructions:
- Clone the Git Repo using
git clone
git clone https://github.com/Aclevo/AclevoBot
cd AclevoBot
- Install the required dependencies to use the bot
pip install -r requirements.txt
- Finally, run the bot using Python:
python ./main.py
( Python may use another command depending on your Linux Distro. See their documentation for more information. )