A Discord Bot that learns from user messages to respond to messages. Feel free to contribute!
Supported Languages: Python 3.8+
Libraries: Nextcord, Chatterbot
pip install -r requirements.txt
- Installs the necessary libraries to run the bot- Go to the Discord Developer Portal and create a bot and retrieve its token
- Go through
bot.py
and change some of the variables in order to customize the bot (token, name, etc.) - Run the bot with
python3 bot.py
- Go to the Discord Developer Portal and add the bot to a server
- Once the bot is added to a server it will create a channel in which you can chat with it
- Enjoy!