mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Add response for missing command arguments for blacklists
This commit is contained in:
parent
c74e0fc94d
commit
a37e7ccaf7
1 changed files with 2 additions and 0 deletions
|
@ -1400,6 +1400,8 @@ class MsG:
|
|||
'**Use a flag to manage blacklists.**\n'
|
||||
f'*Type* `{ctx.prefix}help bl` *for more info.*')
|
||||
await ctx.message.add_reaction('\N{CROSS MARK}')
|
||||
elif not ctx.args:
|
||||
await ctx.send('\N{CROSS MARK} **Missing arguments**')
|
||||
|
||||
@blacklist.group(
|
||||
name='get',
|
||||
|
|
Loading…
Reference in a new issue