6 lines
181 B
Python
6 lines
181 B
Python
#!/usr/bin/env python3
|
|
|
|
TOKEN = 'discord-bot-token-here'
|
|
ADMIN_ROLE = 'role-to-exclude-from-gifbot'
|
|
GUILD_ID = 'id-of-guild'
|
|
PREVIEWCHANNELS = ['add-channel-ids-for-bot-to-work-in'] |