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