#Is there an easier way to run all the files
1 messages · Page 1 of 1 (latest)
bot.load_extensions("./flickbot/cogs")
But I want to load the files inside the folders inside cogs, this doesn't work, only if the files are already inside cogs
1 messages · Page 1 of 1 (latest)
Is there an easier way to run all the files in the subfolders of the cogs folder, because I'm loading folder by folder and I wanted to load all the folders at once
bot.load_extensions("./flickbot/cogs")
But I want to load the files inside the folders inside cogs, this doesn't work, only if the files are already inside cogs