better tmp msgs

This commit is contained in:
Juni
2022-04-10 23:08:14 -04:00
parent 2d4e20f260
commit 6394714b69

View File

@@ -10,18 +10,11 @@ class ReactQuote(commands.Cog):
def _wrapQuote(self, msg):
return msg
@commands.command()
async def reactquote(self, ctx: commands.Context):
"""TestCommand"""
# Your code will go here
await ctx.send("I can do stuff, really!")
@commands.command()
async def quote(self, ctx: commands.Context):
"""TestCommand"""
# Your code will go here
await ctx.send("I can do stuff, really!")
await ctx.send("I'd recall a random quote if I could...")
@commands.Cog.listener()
async def on_raw_reaction_add(self, payload:discord.RawReactionActionEvent):