first commit

This commit is contained in:
Marc Ahlgrim
2022-07-20 20:30:33 +02:00
commit e58ba3a745
14 changed files with 699 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# You need to create a file called secret.py that contains your
# discord token. This is just an example. Replace the tokens with your own !
# the BOT_TOKEN is the Oauth2 token for your bot
BOT_TOKEN: str = "DFHEZRERZQRJTSUPERSECRETTTOKENUTZZH"
# The GUILD_ID is the ID of your Server - in the discord client,
# right click on your server and select " copy ID" to get it
GUILD_ID: str = "0236540000563456"
# The client ID can be copied from your App settings page and is needed
# to authenticate with the Discord Restful API for Event creation
CLIENT_ID: str = "9990236500564536"