1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00
EmoteManager/config.example.py
bmintz 3b488ab787 add add command
a lot of this is from Emoji Connoisseur
2018-07-29 23:38:19 -05:00

19 lines
321 B
Python

{
'cogs': (
'cogs.emoji',
'ben_cogs.debug',
'ben_cogs.misc',
'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)',
}