Discord bot

Creating a Discord bot using Python

I just went through this process and thought I would document it for myself and others. In a nutshell, you register a bot app with Discord and add it to your server. Then you write the bot code which connects to this app and gives it functionality. Eventually you will want to deploy this bot to a server somewhere so it is always available.


June 23, 2018 0