Moved purge command

This commit is contained in:
2022-07-19 12:06:45 +02:00
parent 5c564d3a8b
commit 2f92dfe22f
4 changed files with 5 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ class PurgeCommand(DiscordCommandABC):
self._logger.trace(__name__, f'Finished purge command')
return
await self._message_service.send_ctx_msg(ctx, self._t.transform('modules.base.purge_message'))
await self._message_service.send_ctx_msg(ctx, self._t.transform('modules.moderator.purge_message'))
await asyncio.sleep(server_settings.message_delete_timer)
try:
await ctx.channel.purge()