A simple Discord bot for beginners to develop and test. Contains simple bot events and bot commands. Also includes examples of API connections.
Simply enter !commands to see all available commands.
To use the bot, Python must be installed with the following modules:
discory.py pip install discord.py
requests pip install requests
To start the bot change into the files directory and write python3 bot.py in the command line.