Update echo meme command
This commit is contained in:
parent
4229526c15
commit
b977590a2d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue