From 166028cb2e223c24e9dcf4988b1535d3c8e7ab1c Mon Sep 17 00:00:00 2001 From: keatsandyeats Date: Thu, 22 Jun 2017 13:13:35 -0400 Subject: [PATCH] Reword discord bot's messages --- lib/gather/gather.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gather/gather.js b/lib/gather/gather.js index 485296b..1f1901b 100644 --- a/lib/gather/gather.js +++ b/lib/gather/gather.js @@ -106,7 +106,7 @@ StateMachine.create({ }, onenterelection: function () { - discordBot.notifyChannel("Gather is starting! Pick your captains! https://gathers.ensl.org"); + discordBot.notifyChannel("Gather is starting! Pick your captains at https://gathers.ensl.org"); // Setup timer for elections this.startElectionCountdown(); }, @@ -169,7 +169,7 @@ StateMachine.create({ self.modifyGatherer(user, (gatherer) => gatherer.voteRegather(vote)); if (self.regatherVotes() >= self.REGATHER_THRESHOLD) { self.resetState(); - discordBot.notifyChannel("@here Gather got reseted! Rejoin to play"); + discordBot.notifyChannel("@here Gather was reset! Rejoin to play!"); return true; } else { return false;