From 9bed489ca9ce6346e5d68012be6db30cba90e55f Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Sat, 13 Mar 2021 13:55:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20-=20Added=20a=20private.py=20sam?= =?UTF-8?q?ple?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/private_sample.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/private_sample.py diff --git a/python/private_sample.py b/python/private_sample.py new file mode 100644 index 0000000..caba98a --- /dev/null +++ b/python/private_sample.py @@ -0,0 +1,9 @@ +TOKEN_BOT = '' # Discord bot token +TOKEN_RIOT = '' # Riot app token +TOKEN_TWITCH = '' # Twitch app token +TOKEN_OSU = '' # Osu! app token +ID_TWITCH = '' # Twitch app ID + +SERVER = '' # Twitch IRC server +PORT = int() # Twitch IRC server port +NICKNAME = '' # Twitch nickname \ No newline at end of file