The bot responds to commands given by the users. Currently it has limited set of commands to respond to, but we can easily add more.
- Login/Signup on Discord Developer Portal and create a new Application.
- Setup a bot Application
- Add the bot to a Server
- Copy/Paste the BOT_TOKEN in a
.env
file. - Then Copy & Paste the following commands in your terminal:
git clone https://github.com/gulraiznoorbari/Discord_Chat_Bot_Python.git
cd Discord_Chat_Bot_Python
python bot.py
OPTIONAL: The bot can be hosted on DisCloud (cloud hosting for Discord Bots) so it doesn't stop when you close the terminal.
- Add Slash Commands (using nextcord or discord-py-slash-command)
- API Integration
You can get in touch with me on my LinkedIn Profile:
You can also follow my GitHub Profile to stay updated about my latest projects:
If you liked the repo then kindly support it by giving it a star ⭐!
If you find any bug in the code or have any improvements in mind then feel free to generate a pull request.