Browse Source

quick code for something moddding related

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

+ 1
- 1
cogs/fun.py View File

@@ -131,7 +131,7 @@ class Fun:
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)))
await 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