How to create a Discord Bot using nextcord in Python
A Discord Bot that sends Dad Jokes!!!

Search for a command to run...
Series
A Discord Bot that sends Dad Jokes!!!

Introduction If you remember, we created a Discord Bot using nextcord which gives you Dad jokes whenever you ask for one. If you didn't read that, then please give it a read.. If you followed that article and created your own bot, then in this articl...

Introduction This is the beginning of a 5 article series where I will take you through a detailed guide on how to build a beginner-friendly but solid Authentication service. If you are stuck in tutorial hell or want to build something to test/ improv...

Introduction In today's article, we will continue building our secure authentication service. Today's topic of concern is register and log in API. We will see how we can register a user with an email id password and then log him/her in by providing h...

Introduction Git is a powerful version control system that enables developers to manage their codebase efficiently, track changes, collaborate with others, and maintain project history. Whether you're new to programming or looking to understand Git b...
