From 6262add7618e44ea1c72eb53f45130c9abd0c329 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 18 Aug 2020 10:04:46 -0400 Subject: [PATCH] exported channel variable --- bot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.sh b/bot.sh index 82223b4..0add202 100755 --- a/bot.sh +++ b/bot.sh @@ -9,6 +9,7 @@ fi # Variables important to modules need to be exported here. export allowList +export channel export input export ignoreList export quitMessage