Browse Source

quick code for something moddding related

tags/v1.4.1
Roxie Gibson 6 years ago
parent
commit
104362b6dc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      cogs/fun.py

+ 2
- 0
cogs/fun.py View File

@@ -130,6 +130,8 @@ class Fun:
WIDE_MAP = dict((i, i + 0xFEE0) for i in range(0x21, 0x7F))
WIDE_MAP[0x20] = 0x3000
convert = str(' '.join(convert)).translate(WIDE_MAP)
if ctx.guild.id == 393764974444675073:
self.bot.get_channel(394959819796381697).send("{} used the aesthetics command passing the argument '{}'".format(str(ctx.author), ' '.join(convert)))
return await ctx.send(convert)

@bot.command(aliases=["ft", "frog"])

Loading…
Cancel
Save