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: