浏览代码

Got rid of useless format after editing the xkcd command.

tags/v1.8.0
Roxie Gibson 6 年前
父节点
当前提交
8b0a75850f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roxbot/cogs/fun.py

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

@@ -417,7 +417,7 @@ class Fun:

# If we couldn't find anything, return an error.
if not comic:
return await ctx.send("Couldn't find that comic.".format(ctx.message.author.mention))
return await ctx.send("Couldn't find that comic.")
else:
# Otherwise, show the comic
embed = Embed(title=comic["safe_title"], description="xkcd #{} by Randall Munroe".format(comic["num"]))

正在加载...
取消
保存