mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
add ignore_bots to example conf
This commit is contained in:
parent
8e2c96e84e
commit
0cf23cb2a1
1 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,16 @@
|
|||
},
|
||||
},
|
||||
|
||||
'ignore_bots': {
|
||||
'default': True,
|
||||
'overrides': {
|
||||
'channels': [
|
||||
],
|
||||
'guilds': [
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
'user_agent': 'EmoteManagerBot (https://github.com/bmintz/emote-manager-bot)',
|
||||
|
||||
# emotes that the bot may use to respond to you
|
||||
|
|
Loading…
Reference in a new issue