Minor bugfixes and adjustment for new dpy.

This commit is contained in:
2024-07-11 15:35:45 +10:00
parent d3a14cb9ea
commit b0e11fef56
7 changed files with 9 additions and 9 deletions

View File

@@ -101,8 +101,9 @@ class Shopping(LionCog):
self.active_cogs.append(shop_cog)
async def cog_unload(self):
for shop in self.shops:
await shop.unload()
# for shop in self.shops:
# await shop.unload()
pass
@cmds.hybrid_group(
name=_p('group:editshop', 'editshop')