A Discord ChatBot made with Python
-
This project hides codes using environment variables. In order to make it work for you, create a file with the name
.envand place the two variables that you get from Discord Developer Applications:
BOT_TOKEN="token string goes here"
CHANNEL_ID=Integer ID goes here
