1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00

add example config

This commit is contained in:
bmintz 2018-07-29 22:52:25 -05:00
parent 5188b6f729
commit 3702b3cce2

17
config.example.py Normal file
View file

@ -0,0 +1,17 @@
{
'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,
},
},
}