fix(moderation): fixed import group
Some checks failed
Pylint / Pylint (3.10) (push) Has been cancelled
Some checks failed
Pylint / Pylint (3.10) (push) Has been cancelled
This commit is contained in:
parent
c99d8c5bf1
commit
88d6d86522
1 changed files with 1 additions and 1 deletions
|
@ -1317,7 +1317,7 @@ class Moderation(commands.Cog):
|
||||||
|
|
||||||
await interaction.response.send_message(send, ephemeral=True)
|
await interaction.response.send_message(send, ephemeral=True)
|
||||||
|
|
||||||
@moderationset.group(autohelp=True)
|
@moderationset.group(autohelp=True, name='import')
|
||||||
@checks.admin()
|
@checks.admin()
|
||||||
async def moderationset_import(self, ctx: commands.Context):
|
async def moderationset_import(self, ctx: commands.Context):
|
||||||
"""Import moderations from other bots."""
|
"""Import moderations from other bots."""
|
||||||
|
|
Loading…
Reference in a new issue