logs folder removed as it has to be manually created
This commit is contained in:
parent
31b2cef99f
commit
69d807b75a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ intents.message_content = True
|
|||
bot = commands.Bot(command_prefix='!', intents=intents)
|
||||
|
||||
async def folder_setup():
|
||||
folder_names = ["tmp", "extensions", "data", "logs"]
|
||||
folder_names = ["tmp", "extensions", "data"]
|
||||
for folder_name in folder_names:
|
||||
if not os.path.exists(folder_name):
|
||||
os.mkdir(folder_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue