Congratulations on learning how to make a Discord bot in Python! You can now build bots for interacting with users in guilds that you create or even bots that other users can invite to interact with their communities. Your bots will be able to respond to messages, commands, and numerous other events.
In this course, you learned:
- What Discord is
- Why
discord.py
is so valuable - How to make a Discord bot in the Developer Portal
- How to create a Discord connection in Python
- How to handle events
- How to create a
Bot
connection - How to use bot commands, checks, and converters
To read more about the powerful discord.py
library and take your bots to the next level, read through their extensive documentation. Also, now that you’re familiar with Discord APIs in general, you have a better foundation for building other types of Discord applications.
You can also explore the possibilities of ChatterBot, Tweepy, InstaPy, and Alexa Skills to learn more about how you can make bots for different platforms using Python.
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
mikesult on Aug. 23, 2020
Thanks Andrew, this gave me a foundation that I can work from. It is clearly presented in easy to digest lessons. Thank you.