Discord.py Introduction - Setting up
Discord.py is a modern, easy to use, feature-rich, and async ready API wrapper for Discord. It implements the entire Discord API.
Basically, in dummy terms, Discord.py is a version of Python which you can use to code a discord bot.
In this post I wil...
skelly.hashnode.dev2 min read
Skelly
Python developer
To securely hide the bot's token, you can do so in a .env file
I will create a tutorial on how to do this soon