Update echo meme command

This commit is contained in:
Zeva Rose 2023-01-30 03:24:32 +00:00 committed by Zevaryx
parent 4229526c15
commit b977590a2d

View file

@ -34,6 +34,7 @@ class BotutilCog(Extension):
@prefixed_command(name="echo")
async def _echo(self, ctx: PrefixedContext, *, content: str) -> None:
await ctx.send(content)
await ctx.message.delete()
@prefixed_command(name="stop")
async def _stop(self, ctx: PrefixedContext) -> None: