Update trivia.py (#1054)

everytime isn't a compound word.
This commit is contained in:
Mamalus 2017-12-18 08:18:58 -08:00 committed by Kowlin
parent 548a83853d
commit 648496e2df

View File

@ -74,7 +74,7 @@ class Trivia:
await self.bot.say("Alright, I won't embarass you at trivia anymore.") await self.bot.say("Alright, I won't embarass you at trivia anymore.")
else: else:
self.settings[server.id]["BOT_PLAYS"] = True self.settings[server.id]["BOT_PLAYS"] = True
await self.bot.say("I'll gain a point everytime you don't answer in time.") await self.bot.say("I'll gain a point every time you don't answer in time.")
self.save_settings() self.save_settings()
@triviaset.command(pass_context=True) @triviaset.command(pass_context=True)