mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 06:37:29 +00:00
Merge branch 'dev'
This commit is contained in:
commit
4edc326ff2
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,7 @@ class MsG(cmds.Cog):
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
'\N{HEAVY EXCLAMATION MARK SYMBOL} **Search engines were denied access to this file.**\n'
|
'\N{HEAVY EXCLAMATION MARK SYMBOL} **Search engines were denied access to this file.**\n'
|
||||||
'Try opening it in a browser and uploading the file to Discord')
|
'Try opening it in a browser and uploading the file to Discord')
|
||||||
|
await u.add_reaction(ctx.message, '\N{HEAVY EXCLAMATION MARK SYMBOL}')
|
||||||
|
|
||||||
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
@cmds.command(name='reversify', aliases=['revify', 'risify', 'rify'])
|
||||||
@cmds.cooldown(1, 5, cmds.BucketType.member)
|
@cmds.cooldown(1, 5, cmds.BucketType.member)
|
||||||
|
@ -523,6 +524,7 @@ class MsG(cmds.Cog):
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
'\N{HEAVY EXCLAMATION MARK SYMBOL} **Search engines were denied access to this file.**\n'
|
'\N{HEAVY EXCLAMATION MARK SYMBOL} **Search engines were denied access to this file.**\n'
|
||||||
'Try opening it in a browser and uploading the file to Discord')
|
'Try opening it in a browser and uploading the file to Discord')
|
||||||
|
await u.add_reaction(ctx.message, '\N{HEAVY EXCLAMATION MARK SYMBOL}')
|
||||||
|
|
||||||
async def _reversify(self):
|
async def _reversify(self):
|
||||||
while self.reversifying:
|
while self.reversifying:
|
||||||
|
|
Loading…
Reference in a new issue