From 0da20e06a8dfeb8d599c870af78c2877763b6e11 Mon Sep 17 00:00:00 2001 From: FO-nTTaX Date: Sun, 8 Aug 2021 03:30:30 +0200 Subject: [PATCH] try prefix --- ftsbot/cogs/textcommands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftsbot/cogs/textcommands.py b/ftsbot/cogs/textcommands.py index 6df4b9f..4930962 100644 --- a/ftsbot/cogs/textcommands.py +++ b/ftsbot/cogs/textcommands.py @@ -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**'))