From 5721939412018552723678013bd853ac66210c1c Mon Sep 17 00:00:00 2001 From: Peter van Arkel Date: Sun, 30 Mar 2025 20:49:57 +0200 Subject: [PATCH] updated functions.py --- jeevesbot/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeevesbot/functions.py b/jeevesbot/functions.py index 9e0a838..f1af938 100644 --- a/jeevesbot/functions.py +++ b/jeevesbot/functions.py @@ -25,7 +25,7 @@ def checkrole(roles): # check if the source channel is in the list of channels that are watched by the bot. def checkchannel(channelid): - if channelid in env.PREVIEWCHANNELS: + if channelid in env.GIFCHANNELS: return True else: return False