瀏覽代碼

fixed string that would still output waifu in every case in the `waifurate` command even with an alt invoke.

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

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

@@ -272,7 +272,7 @@ class Fun:
emoji = ":heart_eyes:"

if len(mentions) > 1:
return await ctx.send("Oh poly {} rating? :smirk: Your combined waifu rating is {}/10. {}".format(waifu, rating, emoji))
return await ctx.send("Oh poly {0} rating? :smirk: Your combined {0} rating is {1}/10. {2}".format(waifu, rating, emoji))
else:
return await ctx.send("Oh that's your {}? I rate them a {}/10. {}".format(waifu, rating, emoji))


Loading…
取消
儲存