14 lines
442 B
Python
14 lines
442 B
Python
class Config:
|
|
DISCORD_CLIENT_ID : str = 1363965818328580157
|
|
DiscordBotToken : str = "nulled"
|
|
DISCORD_CLIENT_SECRET : str = "nulled"
|
|
|
|
BackendServerUrl : str = "https://www.vortexi.cc"
|
|
BackendAuthenticationToken : str = "nulled"
|
|
|
|
AuthorisedGuilds : list = ["1363891964029829232"]
|
|
|
|
VerifiedRoleId : int = 1363996167977046036
|
|
OBCRoleId : int = 1367620839570276393
|
|
ServerBoosterRole : int = 1367617868312612884
|