transitous rewrite: rewrite all logs into english

This commit is contained in:
Kaaninchen
2026-08-17 19:45:37 +02:00
parent d4971ab95b
commit bbc2be89e9
4 changed files with 22 additions and 28 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ async def on_ready():
global _bot_initialized
if not _bot_initialized:
logger(f"{bot.user} ist online")
logger(f"{bot.user} is online")
_bot_initialized = True
server_id = config.discord.server
server_vc_id = config.discord.vc
@@ -32,7 +32,7 @@ async def on_ready():
try:
bot.run(config.discord.token)
except:
logger("Feher peim parsen des tokens", "fatal")
logger("An error occured while parsing the token", "fatal")
'''
TODO