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