diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 17:50:39 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 17:50:39 -0700 |
commit | 60886d7010f4a56a67aeaeed753b4e23a9739008 (patch) | |
tree | 44c978725ccd1bc7c5df28b1304d7735ac3d583f /twitch-bot | |
parent | 837560dafd888da8e7a76f73a24a1c247c8b5eed (diff) | |
download | lset-60886d7010f4a56a67aeaeed753b4e23a9739008.tar lset-60886d7010f4a56a67aeaeed753b4e23a9739008.tar.gz lset-60886d7010f4a56a67aeaeed753b4e23a9739008.tar.bz2 |
remove broken require
Diffstat (limited to 'twitch-bot')
-rw-r--r-- | twitch-bot/bot.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 |