Just give us the credit in the discord bots bio.
The only depedency for the project as of current is python itself and discordpy (installed with pip install discord
).
Because keeping the bot token public here is an idiotic idea, you have to use your own.
The way of doing this is creating a new file in the src
directory called bot_token.py
. The code in this file is very simple, just one like this with your token in the " ".
bot_token = "Put your token here"
Simply run python main.py
while in the src
directory and you're good!