2024-03-16 12:06:05 +01:00
2024-03-16 12:00:37 +01:00
2024-03-16 11:41:57 +01:00
2024-03-16 12:00:37 +01:00
2024-03-16 11:43:16 +01:00
2024-03-16 12:05:21 +01:00
2024-03-16 12:06:05 +01:00
2024-03-16 11:42:09 +01:00

Template: Discord Bot

Howto

get token

  1. Go to: https://discord.com/developers/applications
  2. Create a new Aplication
  3. In the Application go to Bot, add them and copy the token
  4. Add the token in bot.conf

add cogs

  1. add cog to ./bot/cogs with main file cog.py (sub dir is allowed)
  2. 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
No description provided
Readme 46 KiB
Languages
Python 100%