added decorator to mem command

This commit is contained in:
ctih1 2025-07-23 16:07:08 +03:00
parent ade9d88086
commit 9f79928efd
3 changed files with 16 additions and 3 deletions

View file

@ -148,6 +148,7 @@ class BaseCommands(commands.Cog):
await send_message(ctx, embed=embed)
@requires_admin()
@commands.command()
async def mem(self, ctx: commands.Context) -> None:
if not settings["bot"]["allow_show_mem_command"]: