No quotes in list

This commit is contained in:
2023-03-23 10:16:12 +01:00
parent be732013b4
commit a1b47248e3

View File

@@ -2,7 +2,7 @@
TOKEN = 'discord-bot-token-here' TOKEN = 'discord-bot-token-here'
ADMIN_ROLE = 'role-to-exclude-from-gifbot' ADMIN_ROLE = 'role-to-exclude-from-gifbot'
GIFCHANNELS = 'add-channel-ids-for-bot-to-work-in' GIFCHANNELS = [add-channel-ids-for-bot-to-work-in]
BOTCHANNEL = ['add id of bot channel'] BOTCHANNEL = [add id of bot channel]
FLAIRROLES = ['add list of role ids to correspond to the emoji'] FLAIRROLES = [add list of role ids to correspond to the emoji]
FLAIRROLE = ['add id of flair separator role'] FLAIRROLE = [add id of flair separator role]