EmoteManager/config.example.py

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',
}