mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
30 lines
691 B
Python
30 lines
691 B
Python
{
|
|
'description':
|
|
'Emote Manager lets you manage custom server emotes from your phone.\n\n'
|
|
'NOTE: Most commands will be unavailable until both you and the bot have the '
|
|
'"Manage Emojis" permission.',
|
|
|
|
'support_server_invite': 'https://discord.gg/some-invite',
|
|
|
|
'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',
|
|
}
|