mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
@@ -98,7 +98,10 @@ class Trivia:
|
||||
else:
|
||||
msg = msg + d + "\t"
|
||||
msg += "```"
|
||||
await self.bot.send_message(author, msg)
|
||||
if len(clean_list) > 100:
|
||||
await self.bot.send_message(author, msg)
|
||||
else:
|
||||
await self.bot.say(msg)
|
||||
else:
|
||||
await self.bot.say("There are no trivia lists available.")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user