discord.py-template This is a template for a discord bot. Configuring: Changing Settings: Enter the settings.py file Change the values of the variables Installing the requirements: pip install -r requirements.txt Private settings: Create a file named private_settings.py in the src folder with this content: TOKEN='Your-Token-Here!'