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 4f572e0 commit 0da20e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ftsbot/cogs/textcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def __init__(self, bot):
self.bot = bot

@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**'))
@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 0da20e0

Please sign in to comment.