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

add prefix to config example (#22)

This commit is contained in:
saucylegs 2021-04-11 01:09:05 -07:00 committed by GitHub
parent b5433dcdac
commit 72652ef368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@
# if set to None, the support command will be disabled # if set to None, the support command will be disabled
'support_server_invite_channel': None, 'support_server_invite_channel': None,
'prefixes': ['em/'],
'tokens': { 'tokens': {
'discord': 'sek.rit.token', 'discord': 'sek.rit.token',
}, },