From 9fd6701f53299cc2801052cfcedc2552fcf6e26c Mon Sep 17 00:00:00 2001 From: Peter van Arkel Date: Tue, 16 Jul 2024 22:58:18 +0200 Subject: [PATCH] Removed unused parameters of the FLAIR cog and related code --- jeevesbot/env.py.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/jeevesbot/env.py.dist b/jeevesbot/env.py.dist index 80ef7c6..68a3025 100644 --- a/jeevesbot/env.py.dist +++ b/jeevesbot/env.py.dist @@ -3,6 +3,3 @@ TOKEN = 'discord-bot-token-here' ADMIN_ROLE = 'role-to-exclude-from-gifbot' PREVIEWCHANNELS = [add-channel-ids-for-bot-to-work-in] -BOTCHANNEL = [add id of bot channel] -FLAIRROLES = [add list of role ids to correspond to the emoji] -FLAIRROLE = [add id of flair separator role] \ No newline at end of file