bytesforSobakinTech's blogblog.sobakintech.xyz·Sep 12, 2024How to Develop a Basic Discord Bot in PythonInstall discord.py package Begin with installing the discord.py package, it is required for the bot as it serves as the core of the bot. It provides the essential tools and functionalities needed to interact with the Discord platform, enabling the ...Discuss·11 likesdiscord
Vaishnavi Pawarjustalearner.hashnode.dev·Jun 13, 2024Exploring Discord APIsAs usual, I was quite bored and nearly on the verge of doomsday scrolling — let’s be candid, I was already scrolling like a maniac — when I came across some shorts on YouTube with the caption, “Here’s how to build your own Discord bot in under 10 min...DiscussDiscord bot
Saborassabo.hashnode.dev·Feb 26, 2024Understanding SOLID and YAGNI Principles Through Discord Bot RefactoringIn this article, I'll delve into the SOLID and YAGNI design principles that I apply to refactor my Discord bot, a process that I document in my [Discord Bot Refactor] blog. In some examples, I will show code that the bot used to illustrate what you s...DiscussSOLID principles
Saborassabo.hashnode.dev·Feb 21, 2024[Discord Bot Refactor] Laying the Foundations: Assessing Flaws and Setting GoalsMy First Major Project: A Discord Bot My first big project as a programmer was a Discord Bot written with the library discord.py. I developed it for a Minecraft YouTuber, for whom I also manage a Patreon Minecraft server and a Discord server dedicate...DiscussRefactoring as a beginnerBeginner Developers
Sai Rajaasairajaa.hashnode.dev·Jun 8, 2023Creating a Discord Bot to Delete Channels with PythonContributor: Ghost Ops A while ago, my friends and I created a Discord server to discuss games, anime, and rant about classmates. Inspired by the "Group chat got leaked" meme, we wanted to protect our messages. Since bots can only delete messages wit...Discuss·10 likes·65 readsDiscord bot
Rolo Nattrolonatt.hashnode.dev·Feb 3, 2023Creating a Simple Bot using CogsIn this series, I'll explain the best ways to code your Discord bot in Python. We will be creating Slash Commands. I've learned these tips from making my own bots over the years. Before we start, make sure you've set up your bot from the Developer Co...Discuss·11 likes·157 readsMastering Slash Commands for Your Discord Bot with Pythondiscord
Rolo Nattrolonatt.hashnode.dev·Jan 2, 2023TOURNEY MOD discord botEvery time a game tournament is organized through Discord, the moderators have a really tough time creating voice channels for every registered team (many times more than 60!), giving roles to the respective players such that only they can join their...Discuss·10 likes·77 readsdiscord
Anuoluwapo Balogunpinkdatahub.hashnode.dev·Sep 22, 2022Building a discord game part 2I am sorry, I have been away I lost my favorite aunt last month 😞 May her soul continue to rest in peace. Amen 🙏🏽. So because of that I just took time off to mourn. I am now much better, even though I miss her daily. So today we start our discord ...Discuss·2 likes·37 readsDiscord bot
Omar Moustafaomarcodes.io·Sep 18, 2022Manage Prisma records from DiscordHello buddy😊! Today we will use a Discord bot powered by Discord.py to manage our Prisma records, but in this article, we will pretend that we got a shop and we use the Discord.py bot to manage the sale records, which is the example we'll work with ...Discuss·48 readsProgrammingprisma
Parad1setechbrag.hashnode.dev·Aug 21, 2022Learn to make a simple Discord Bot using Python.Setting things up 1. Create a Discord Application To continue making our Discord Bot, we need to create a Discord Application, Create Bot and save the token. If you don't know how to do this, learn here. Invite the bot made to your discord guild/serv...Discuss·3 likes·93 readsDiscord bot