fucking hell its 12:34 am and i cant code correclyt

This commit is contained in:
expect 2025-06-21 00:35:02 +02:00
parent 543586e870
commit bd3065e885

2
bot.py
View file

@ -115,7 +115,7 @@ async def on_ready():
global launched
folder_name = "cogs"
if launched == True:
pass
return
if not os.path.exists(folder_name):
os.makedirs(folder_name)
print(f"{GREEN}{get_translation(LOCALE, 'folder_created').format(folder_name=folder_name)}{RESET}")