mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +00:00
Added image url suggestion on not found error
This commit is contained in:
parent
a1d4dad92e
commit
91890a79e8
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ class MsG:
|
||||||
await ctx.message.add_reaction('❌')
|
await ctx.message.add_reaction('❌')
|
||||||
|
|
||||||
except exc.MissingArgument:
|
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('❌')
|
await ctx.message.add_reaction('❌')
|
||||||
|
|
||||||
@commands.command(name='quality', aliases=['qual', 'qrev', 'qis'])
|
@commands.command(name='quality', aliases=['qual', 'qrev', 'qis'])
|
||||||
|
@ -271,7 +271,7 @@ class MsG:
|
||||||
await ctx.message.add_reaction('❌')
|
await ctx.message.add_reaction('❌')
|
||||||
|
|
||||||
except exc.MissingArgument:
|
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('❌')
|
await ctx.message.add_reaction('❌')
|
||||||
|
|
||||||
@commands.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
@commands.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
||||||
|
|
Loading…
Reference in a new issue