Notes for running the bot through a hosting - TamaKoya/DiscordBot-DiceRoller GitHub Wiki
-
main.py
is the main file that needs to be executed on the server in order to run the bot. It needs to be located on in the same folder as all the other files. In other words - the same place wheremain.py
can be found. -
Make sure you have a
.env
file on your server which contains a line:TOKEN=your_bots_token
, whereyour_bots_token
needs to be replaced with your bots actual token from Discord Developer Panel. -
Make sure you've installed all packages needed - Refer to the Used packages section of the main README.md, aka. description of this repo.
-
Please note that by running this bot through a hosting, (most likely) you won't be able to run the optional GM's Dices through that. For that you can use version provided in documentation of the library used, available over here.