瀏覽代碼

quick code for something moddding related

tags/v1.4.1
Roxie Gibson 6 年之前
父節點
當前提交
5c61357e73
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      cogs/fun.py

+ 1
- 1
cogs/fun.py 查看文件

@@ -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…
取消
儲存