forked from gooberinc/goober
added decorator to mem command
This commit is contained in:
parent
ade9d88086
commit
9f79928efd
3 changed files with 16 additions and 3 deletions
|
@ -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"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue