mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +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
|
pass
|
||||||
|
|
||||||
@settings.command(name='deletecommands', aliases=['delcmds', 'delcmd'])
|
@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']:
|
if ctx.guild.id not in u.settings['del_ctx']:
|
||||||
u.settings['del_ctx'].append(ctx.guild.id)
|
u.settings['del_ctx'].append(ctx.guild.id)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue