This discord.py rewrite tutorial will show you how to create a discord bot with python. We will be using dicord.py rewrite, the newest version of discord.py. We will start by creating a bot and inviting it to our server, we will then write some commands for the bot and have it reply to messages from users.
*IMPORTANT* If you cannot copy the links they are available at the above link, also I added a space after https for some links that you need to copy. This is to prevent youtube from cutting the link off.
Download Links:
Anaconda:
https://www.anaconda.com/download/
PyCharm:
https://www.jetbrains.com/pycharm/dow...
Discord Links: (There is a space after https , remove it)
Developer:
https://discordapp.com/developers/applications
BOT INVITE: https ://discordapp.com/oauth2/authorize?client_id=ID_HERE&scope=bot&permissions=0
# Replace ID_HERE with the client ID
Pip Commands: (There is a space after https , remove it)
pip install -U discord.py[voice]
Discord.py Rewrite Documentation:
https://discordpy.readthedocs.io/en/rewrite/index.html
**************************************************************
**************************************************************
Please leave a LIKE and SUBSCRIBE for more content!
Tags:
- Python Tutorials
- Creating a discord bot with python
- Discord.py Rewrite tutorial
- Discord bot python