From 4f38e13768bfa2ed2f2d833640067352421741e7 Mon Sep 17 00:00:00 2001 From: Marc Ahlgrim Date: Fri, 22 Jul 2022 12:51:18 +0200 Subject: [PATCH] removed secret.py Signed-off-by: Marc Ahlgrim --- secret.py.example | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 secret.py.example diff --git a/secret.py.example b/secret.py.example deleted file mode 100644 index a38b337..0000000 --- a/secret.py.example +++ /dev/null @@ -1,16 +0,0 @@ -# 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" \ No newline at end of file