diff --git a/ftsbot/cogs/textcommands.py b/ftsbot/cogs/textcommands.py index ed2621a..a1c5bf6 100644 --- a/ftsbot/cogs/textcommands.py +++ b/ftsbot/cogs/textcommands.py @@ -16,7 +16,6 @@ def __init__(self, bot): @slash_commands.cooldown(1, 300, commands.BucketType.user) @slash_commands.command(description='Author information') - @commands.command() async def author(self, ctx): await ctx.send(embed=discord.Embed(colour=discord.Colour(0x663399), description='FO-BoT was coded by **FO-nTTaX**'))