Skip to content

Commit

Permalink
try prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Aug 8, 2021
1 parent ceaf0df commit 4f572e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftsbot/cogs/textcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class textcommands(commands.Cog):
def __init__(self, bot):
self.bot = bot

@self.bot.command()
@commands.command()
@slash_commands.command(description='Author information')
async def author(self, ctx):
await ctx.send(embed=discord.Embed(colour=discord.Colour(0x663399), description='FO-BoT was coded by **FO-nTTaX**'))
Expand Down

0 comments on commit 4f572e0

Please sign in to comment.