Nice to meet you. My name is Amemin. discord.py I've just started, I will share more and more what I have learned and what I can share, so Advanced people, please watch with warm eyes ... Let's work hard together!
python V3.8.1 pip V19.3.1 discord.py V1.2.5 Windows10
In the discord developer portal, make the initial settings by referring to the image below!
Select "New Application" from the portal application
Decide on a name for your bot. * You can change the name later.
Click "Create" and then click the Bot category in settings.
Click "Add bot" on the right side of the screen, and a confirmation screen will appear. Select yes.
Go to the bottom of the bot category and set bot permissions.
6 (when inviting to server). Go to OAuth2 category and select bot 7. Go down and set the permissions required for the bot to enter the server.
That's it for creating a bot account.
Do the following in your terminal:
discord.py Installation
$ python3 -m pip install -U discord.py[voice]
This time I will end here. .. .. What shall I write tomorrow ...
Recommended Posts