Skip to content

Commit

Permalink
add plugins alias
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Sep 27, 2024
1 parent 8330c25 commit 2cf1ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/sysmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ async def shutdown(self, ctx):
async def restart(self, ctx):
await self.bot_shutdown(ctx, restart=True)

@commands.command(hidden=True,description=language.desc('sysmgr.modifiers'))
@commands.command(aliases=['plugins'],hidden=True,description=language.desc('sysmgr.modifiers'))
@restrictions.owner()
async def modifiers(self, ctx, *, plugin=None):
selector = language.get_selector(ctx)
Expand Down

0 comments on commit 2cf1ad8

Please sign in to comment.