-
Clone this repository:
git clone https://github.com/lilstiffy/StiffyBot.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Set up your Discord bot token:
- Create a new Discord bot on the Discord Developer Portal.
- Copy the token and add it to a file named
.env
in the project root:
DISCORD_TOKEN=your-bot-token (required) OPEN_AI_TOKEN=your-open-ai-token (optional) URBAN_DICTIONARY_TOKEN=your-urban-dictionary-token (optional)
An Urban dictionary api-key can be retrieved at: https://rapidapi.com/community/api/urban-dictionary
-
Run the bot:
python bot.py
Your bot should now be online and ready to respond to commands in your Discord server!
If you'd like to contribute to this project, feel free to do so!
This project is licensed under the Unlicense License - see the LICENSE file for details.