mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Merge branch 'dev'
This commit is contained in:
commit
5dcafa4b9b
1 changed files with 2 additions and 2 deletions
|
@ -431,7 +431,7 @@ class MsG:
|
||||||
await ctx.send(f'`{e}` **too large.** Maximum is 8 MB')
|
await ctx.send(f'`{e}` **too large.** Maximum is 8 MB')
|
||||||
await ctx.message.add_reaction('\N{CROSS MARK}')
|
await ctx.message.add_reaction('\N{CROSS MARK}')
|
||||||
except err.HTTPException:
|
except err.HTTPException:
|
||||||
await ctx.send('**The image database returned an unexpected result.** It may be offline')
|
await ctx.send('\N{CROSS MARK} **The image database returned an unexpected result.** It may be offline')
|
||||||
await ctx.message.add_reaction('\N{CROSS MARK}')
|
await ctx.message.add_reaction('\N{CROSS MARK}')
|
||||||
|
|
||||||
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
||||||
|
@ -510,7 +510,7 @@ class MsG:
|
||||||
await dest.send('`{}` **invalid limit.** Query limited to 30'.format(e))
|
await dest.send('`{}` **invalid limit.** Query limited to 30'.format(e))
|
||||||
await ctx.message.add_reaction('\N{CROSS MARK}')
|
await ctx.message.add_reaction('\N{CROSS MARK}')
|
||||||
except err.HTTPException:
|
except err.HTTPException:
|
||||||
await dest.send('**The image database returned an unexpected result.** It may be offline')
|
await dest.send('\N{CROSS MARK} **The image database returned an unexpected result.** It may be offline')
|
||||||
await ctx.message.add_reaction('\N{CROSS MARK}')
|
await ctx.message.add_reaction('\N{CROSS MARK}')
|
||||||
|
|
||||||
async def _reversify(self):
|
async def _reversify(self):
|
||||||
|
|
Loading…
Reference in a new issue