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

minor changes

This commit is contained in:
in the moon 2021-09-08 21:05:36 +00:00
parent 5c6ced1f73
commit fa118d6880
2 changed files with 6 additions and 2 deletions

View file

@ -46,8 +46,8 @@
# so that both the staging and the stable versions of the bot can use them
'response_emojis': {
'success': { # emotes used to indicate success or failure
False: '', # <:EmoteName:ID>
True: '' # <:EmoteName:ID>
False: '', # <:EmoteName:ID> or '❌'
True: '' # <:EmoteName:ID> or '✅'
},
},
}