From b977590a2dffac31e60f313f2aab7f3adda869e6 Mon Sep 17 00:00:00 2001 From: zevaryx Date: Mon, 30 Jan 2023 03:24:32 +0000 Subject: [PATCH] Update echo meme command --- jarvis/cogs/core/botutil.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jarvis/cogs/core/botutil.py b/jarvis/cogs/core/botutil.py index f1c225b..b943138 100644 --- a/jarvis/cogs/core/botutil.py +++ b/jarvis/cogs/core/botutil.py @@ -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: