mirror of
https://github.com/myned/modufur.git
synced 2024-12-23 22:27:27 +00:00
Shortened method name to fit with command
This commit is contained in:
parent
38329fc8d7
commit
23c49f480a
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class Administration:
|
|||
pass
|
||||
|
||||
@settings.command(name='deletecommands', aliases=['delcmds', 'delcmd'])
|
||||
async def _settings_delete_commands(self, ctx):
|
||||
async def _settings_deletecommands(self, ctx):
|
||||
if ctx.guild.id not in u.settings['del_ctx']:
|
||||
u.settings['del_ctx'].append(ctx.guild.id)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue