1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-24 14:27:27 +00:00

Added image url suggestion on not found error

This commit is contained in:
Myned 2017-10-31 15:12:19 -04:00
parent a1d4dad92e
commit 91890a79e8

View file

@ -223,7 +223,7 @@ class MsG:
await ctx.message.add_reaction('')
except exc.MissingArgument:
await ctx.send('**Invalid url or file**', delete_after=10)
await ctx.send('**Invalid url or file** Be sure the link directs to an image file', delete_after=10)
await ctx.message.add_reaction('')
@commands.command(name='quality', aliases=['qual', 'qrev', 'qis'])
@ -271,7 +271,7 @@ class MsG:
await ctx.message.add_reaction('')
except exc.MissingArgument:
await ctx.send('**Invalid url or file**', delete_after=10)
await ctx.send('**Invalid url or file** Be sure the link directs to an image file', delete_after=10)
await ctx.message.add_reaction('')
@commands.command(name='reversify', aliases=['revify', 'risify', 'rify'])