A general purpose discord bot made with Nextcord.
You can start running the bot by following these steps:
- clone this repo by running
git clone https://github.com/reactxsw/Smilewinbot.git
- change your working driectory to the cloned folder
cd path/to/the/bot/folder
- install the required dependencies using pip
pip install -r requirements.txt
- run the entry point script of the bot using
python3 main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.