forked from blizzthewolf/SeaCogs
fix(moderation): fixed import command
This commit is contained in:
parent
c1a359e856
commit
b982975a0c
1 changed files with 1 additions and 1 deletions
|
@ -1340,7 +1340,7 @@ class Moderation(commands.Cog):
|
|||
async def moderationset_import(self, ctx: commands.Context):
|
||||
"""Import moderations from other bots."""
|
||||
|
||||
moderationset_import.command(name="moderation")
|
||||
@moderationset_import.command(name="moderation")
|
||||
@checks.admin()
|
||||
async def moderationset_import_moderation(self, ctx: commands.Context):
|
||||
"""Import moderations from another bot using this cog."""
|
||||
|
|
Loading…
Reference in a new issue