From 648496e2df0d588e561345767e0bc9848da6f6ee Mon Sep 17 00:00:00 2001 From: Mamalus <11567108+Mamalus@users.noreply.github.com> Date: Mon, 18 Dec 2017 08:18:58 -0800 Subject: [PATCH] Update trivia.py (#1054) everytime isn't a compound word. --- cogs/trivia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/trivia.py b/cogs/trivia.py index 8c5c619ae..b79388289 100644 --- a/cogs/trivia.py +++ b/cogs/trivia.py @@ -74,7 +74,7 @@ class Trivia: await self.bot.say("Alright, I won't embarass you at trivia anymore.") else: 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() @triviaset.command(pass_context=True)