From bd3065e88512eaaba7140c2082b4c82f074bdcd2 Mon Sep 17 00:00:00 2001 From: expect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Sat, 21 Jun 2025 00:35:02 +0200 Subject: [PATCH] fucking hell its 12:34 am and i cant code correclyt --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 6dada71..96a4f38 100644 --- a/bot.py +++ b/bot.py @@ -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}")