EmoteManager/config.example.py

31 lines
691 B
Python
Raw Normal View History

2018-07-30 03:52:25 +00:00
{
2018-08-01 02:05:23 +00:00
'description':
'Emote Manager lets you manage custom server emotes from your phone.\n\n'
2018-08-01 02:05:23 +00:00
'NOTE: Most commands will be unavailable until both you and the bot have the '
'"Manage Emojis" permission.',
2018-08-10 13:01:15 +00:00
'support_server_invite': 'https://discord.gg/some-invite',
2018-07-30 03:52:25 +00:00
'cogs': (
2018-07-31 00:14:34 +00:00
'cogs.emote',
2018-07-31 23:02:44 +00:00
'cogs.meta',
2018-07-30 03:52:25 +00:00
'ben_cogs.debug',
'ben_cogs.misc',
2018-07-31 00:14:34 +00:00
'ben_cogs.debug'
2018-07-30 03:52:25 +00:00
'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)',
2018-08-01 01:46:21 +00:00
'ec_api_url': 'https://emoji-connoisseur.python-for.life/api/v0',
2018-07-30 03:52:25 +00:00
}