mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 23:37:47 +00:00
Continuous radio using redis and lavalink
This commit is contained in:
+4
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user