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:
parent
5188b6f729
commit
3702b3cce2
1 changed files with 17 additions and 0 deletions
17
config.example.py
Normal file
17
config.example.py
Normal 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,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue