changed folder_setup to not be async

This commit is contained in:
phixxy 2024-01-30 03:09:58 -08:00
parent 167b1b8ea0
commit 97eabfcc60

View file

@ -20,7 +20,7 @@ class ChatGPT(commands.Cog):
self.remind_me_loop.start()
async def folder_setup(self):
def folder_setup(self):
try:
folders = [
self.working_dir,