Updated information.py

This commit is contained in:
2021-10-31 13:38:20 +01:00
parent 3a165d846c
commit 8391e6928e
+1 -1
View File
@@ -55,7 +55,7 @@ class InformationCog(commands.Cog, name="Information"):
async def invite(self, ctx: Context):
"""Gets the invite link!"""
embed = await EmbedGenerator.Message(
ctx, "Add our bot to your server:", self.bot.invite_link
ctx, "Add Christmas Music to your server:", self.bot.invite_link
)
await ctx.send(embed=embed)