Partial migration to dpy, music cog

This commit is contained in:
2022-11-12 19:38:22 +01:00
parent a4986a04fc
commit 9f62a48bbd
15 changed files with 446 additions and 611 deletions
+2 -3
View File
@@ -53,7 +53,6 @@ class SettingsCog(BaseCog, name="Settings"):
name="source",
aliases=["src"],
invoke_without_command=True,
slash_command=False,
hidden=True,
)
async def source(self, ctx: CustomContext):
@@ -160,5 +159,5 @@ class SettingsCog(BaseCog, name="Settings"):
await ctx.send(embed=embed)
def setup(bot: TuneBot):
bot.add_cog(SettingsCog(bot))
async def setup(bot: TuneBot):
await bot.add_cog(SettingsCog(bot))