How to make and host a Discord Bot, Part I
So, you want to make a discord bot. In this two part tutorial, I will show you how to make a simple discord bot before exlaining how you can host it on Amazon AWS. The bot will be written in python using the discord.py library. There are several versions of this library, enough to cause confusion. But for this tutorial, the rewrite (v1.0.0)version, the actively supported branch is used. The documentation is available here....