diff --git a/src/bot.ts b/src/bot.ts
index a66964c2f47a03aa17f229d84b4aab50397af691..ed33d157807afc6c981658e36efc8ad148499e18 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -15,7 +15,7 @@ import * as path from "path";
 
 // Due to messages often arriving before we get a response from the send call,
 // messages get delayed from discord.
-const MSG_PROCESS_DELAY = 750;
+const MSG_PROCESS_DELAY = 750
 const MIN_PRESENCE_UPDATE_DELAY = 250;
 class ChannelLookupResult {
   public channel: Discord.TextChannel;