Template: Discord Bot
Howto
get token
- Go to: https://discord.com/developers/applications
- Create a new Aplication
- In the Application go to Bot, add them and copy the token
- Add the token in bot.conf
add cogs
- add cog to
./bot/cogswith main filecog.py(sub dir is allowed) - optional use submodule like: https://git.ao-it.net/templatecity/bot-discord-cog
git submodule add $URL ./bot/cogs/myCog/
run bot
python3 main.py
or
./main.py
Description
Languages
Python
100%