Creating a Discord Bot in Python (Summary)
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.
00:00 This is the 14th and final part of the tutorial course. Congratulations on getting this far. By using this course, you have learnt how to make a Discord bot in Python. You are now able to build bots for interacting with users and guilds that you create, or even bots that other users can invite to interact with their communities.
00:19
Your bots will be able to respond to messages and commands and numerous other events. Throughout this tutorial, you have learnt the basics of creating your own Discord bot. Now you know what Discord is, why discord.py
is so valuable, how to make a Discord
00:37
bot in the Developer Portal, how to create a Discord connection in Python, how to handle events, how to create a Bot
connection, and finally, 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 are familiar with Discord APIs in general, you have a better foundation for building other types of Discord applications.
01:07 I look forward to seeing what you come up with. Congratulations, once again, on completing this course on Creating a Discord Bot in Python. My name is Andrew Stephen and I hope you enjoyed this tutorial.
Mario Henrique Adaniya on Oct. 25, 2020
That was really good. I believe all the basics were covered, and I can try to make my own bots now. To me, I’ve just miss some topic about deploying the bot. But the content are still great!
Paul D Paradis on Nov. 15, 2020
Thanks for creating this. This course is helping me make the transition from being a syntax jockey to actually learning how to create things with code. Also, it has opened up the possibility for me to put a bot in my son’s Discord server, which is going to be fun!
Become a Member to join the conversation.
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.