mirror of
https://github.com/Floriansylvain/Risitas_BOT.git
synced 2026-08-19 11:43:16 +02:00
10 lines
297 B
Python
10 lines
297 B
Python
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
|