1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Add response for missing command arguments for blacklists

This commit is contained in:
Dylan Dizon 2018-11-15 18:58:53 -05:00
parent c74e0fc94d
commit a37e7ccaf7

View file

@ -1400,6 +1400,8 @@ class MsG:
'**Use a flag to manage blacklists.**\n' '**Use a flag to manage blacklists.**\n'
f'*Type* `{ctx.prefix}help bl` *for more info.*') f'*Type* `{ctx.prefix}help bl` *for more info.*')
await ctx.message.add_reaction('\N{CROSS MARK}') await ctx.message.add_reaction('\N{CROSS MARK}')
elif not ctx.args:
await ctx.send('\N{CROSS MARK} **Missing arguments**')
@blacklist.group( @blacklist.group(
name='get', name='get',