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

4
.gitignore vendored
View File

@ -15,3 +15,7 @@ venv/
*.gif
*.jpg
*.zip
# gitpod.io
gitpod.yml
.vscode

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 '✅'
},
},
}