mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-08 14:50:21 +02:00
:refactor: + ➕ change joke format, use psutil for uptime
This commit is contained in:
@ -12,7 +12,6 @@ __all__ = [
|
||||
"DIEGO",
|
||||
"TOURNOIS",
|
||||
"EMBED_COLOR",
|
||||
"START_TIME",
|
||||
"File",
|
||||
"Emoji",
|
||||
]
|
||||
@ -29,7 +28,6 @@ if TOKEN is None:
|
||||
print()
|
||||
quit(1)
|
||||
|
||||
START_TIME = time()
|
||||
GUILD = "690934836696973404"
|
||||
DIEGO = "Diego" # Mon display name
|
||||
TEAMS_CHANNEL_CATEGORY = "Channels d'équipes"
|
||||
|
Reference in New Issue
Block a user