Tterryinterrence.hashnode.dev路May 5, 2021 路 4 min read馃馃徑 discord.py project 4: partnership botIn this article, we're going to create a Discord bot that can guide users through an automatic partnership process! The staff of your server will see this: And will be able to click the checkmark or cross to accept or deny the request! When it is ac...00
Tterryinterrence.hashnode.dev路Mar 31, 2021 路 3 min readdiscord.py project 3: Random Dog Pics! 馃悤In this article, you're going to learn how to make a Discord bot that can: Send a picture of a dog in an embed Send a dog fact in an embed using footers By the end of this post, you will know how to: Make REST API requests Parse JSON data Use the ...00
Tterryinterrence.hashnode.dev路Mar 5, 2021 路 2 min readdiscord.py Project 1 - Invite Moderator 馃敆For restricted servers, an invite moderation bot is a perfect choice. You should read the first 2 posts in the series before reading this one! The setup 馃毀 We want to start by creating our bot. We will use a commands.Bot, as users will be able to c...00
Tterryinterrence.hashnode.dev路Mar 5, 2021 路 3 min readEvents in discord.py 馃悕discord.py has an extensive collection of features. Events are one of the most useful of these. Events are used for welcoming bots, reaction roles, and lots of other functions. This guide will teach you more about events, and how you can use them in ...00