fucking hell its 12:34 am and i cant code correclyt
This commit is contained in:
parent
543586e870
commit
bd3065e885
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -115,7 +115,7 @@ async def on_ready():
|
||||||
global launched
|
global launched
|
||||||
folder_name = "cogs"
|
folder_name = "cogs"
|
||||||
if launched == True:
|
if launched == True:
|
||||||
pass
|
return
|
||||||
if not os.path.exists(folder_name):
|
if not os.path.exists(folder_name):
|
||||||
os.makedirs(folder_name)
|
os.makedirs(folder_name)
|
||||||
print(f"{GREEN}{get_translation(LOCALE, 'folder_created').format(folder_name=folder_name)}{RESET}")
|
print(f"{GREEN}{get_translation(LOCALE, 'folder_created').format(folder_name=folder_name)}{RESET}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue