ソースを参照

better code for trivia

tags/v1.8.0
Roxie Gibson 6年前
コミット
d69e1c10fe
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roxbot/cogs/trivia.py

+ 1
- 1
roxbot/cogs/trivia.py ファイルの表示

@@ -305,7 +305,7 @@ class Trivia:
embed.set_footer(text="Roxbot Trivia uses the Open Trivia DB, made and maintained by Pixeltail Games LLC. Find out more at https://opentdb.com/")
embed.set_image(url="https://i.imgur.com/yhRVl9e.png")
await ctx.send(embed=embed)
elif ctx.invoked_subcommand == None:
elif ctx.invoked_subcommand is None:
await ctx.invoke(self.about)

@trivia.command()

読み込み中…
キャンセル
保存