Continuous radio using redis and lavalink

This commit is contained in:
2021-11-02 20:32:50 +01:00
parent 833d55f784
commit 25438b18f1
4 changed files with 74 additions and 36 deletions
+4 -2
View File
@@ -43,7 +43,9 @@ class InformationCog(commands.Cog, name="Information"):
@commands.cooldown(rate=1, per=5, type=commands.BucketType.user)
async def invite(self, ctx: Context):
"""Gets the invite link!"""
await EmbedGenerator.Message(ctx, "Add our bot to your server:", self.bot.invite_link)
await EmbedGenerator.Message(
ctx, "Add our bot to your server:", self.bot.invite_link
)
@commands.command(
name="wlinfo",
@@ -77,7 +79,7 @@ class InformationCog(commands.Cog, name="Information"):
@commands.command(name="help", aliases=["about", "info"], slash_command=True)
@commands.cooldown(1, 1, commands.BucketType.user)
async def about(self, ctx: Context):
"""Exobot command list"""
"""ChristmasBot command list"""
if None:
entity = self.bot.get_cog(command) or self.bot.get_command(command)