changed folder_setup to not be async
This commit is contained in:
parent
167b1b8ea0
commit
97eabfcc60
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue