1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-03 22:12:33 +00:00
EmoteManager/config.example.py
2018-07-31 21:05:23 -05:00

29 lines
627 B
Python

{
'description':
'Emote Manager lets you manage custom server emotes from your phone. '
'NOTE: Most commands will be unavailable until both you and the bot have the '
'"Manage Emojis" permission.',
'cogs': (
'cogs.emote',
'cogs.meta',
'ben_cogs.debug',
'ben_cogs.misc',
'ben_cogs.debug'
'jishaku',
),
'tokens': {
'discord': 'sek.rit.token',
'stats': {
'bots.discord.pw': None,
'discordbots.org': None,
'botsfordiscord.com': None,
},
},
'user_agent': 'EmojiManagerBot (https://github.com/bmintz/emoji-manager-bot)',
'ec_api_url': 'https://emoji-connoisseur.python-for.life/api/v0',
}