How to make Discord Bot
This is my public project template for Discord bot.
- 2020 year: VB.NET ASP.NET Core 3.1 Discord Bot (Project Template for VS2019) - Download from: [MyServer], [Github], [VisualStudio Marketplace]
And below you can see some screenshots illustrated official Discord documentation https://discordpy.readthedocs.io/en/latest/discord.html.
You can create you application here https://discord.com/developers/applications and then you need to pass all this steps:
- 1. Create application in Discord.
- 2. Copy access key to application.
- 3. Install library Discord.Net and make application.
- 4. Mark application as bot.
- 5. Change application owner as team.
- 6. Select users what have right to bot.
- 7. Set 2FA of bot owner.
- 8. Get bot authorization URL.
- 9. Invite bot to group.
- 10. Enjoy.
- 11. Online debug and expand functionality.
1. Create application in Discord.
2. Copy access key to application.
3. Install library Discord.Net and make application.
4. Mark application as bot.
5. Change application owner as team.
6. Select users what have right to bot.
7. Set 2FA of bot owner.
8. Get bot authorization URL.
9. Invite bot to group.
10. Enjoy.
11. Online debug and expand functionality.
Comments (
)
Link to this page:
//www.vb-net.com/DiscordBot/Index.htm
|