From 60886d7010f4a56a67aeaeed753b4e23a9739008 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 11 Mar 2022 17:50:39 -0700 Subject: remove broken require --- twitch-bot/bot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/twitch-bot/bot.js b/twitch-bot/bot.js index 63841c7..1fb79b1 100644 --- a/twitch-bot/bot.js +++ b/twitch-bot/bot.js @@ -1,5 +1,4 @@ const tmi = require('tmi.js'); -const timed = require('./timedMessages.js'); const fs = require('fs'); // read settings and reactions json files -- cgit v1.2.3