mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
minor changes
This commit is contained in:
parent
5c6ced1f73
commit
fa118d6880
2 changed files with 6 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -15,3 +15,7 @@ venv/
|
|||
*.gif
|
||||
*.jpg
|
||||
*.zip
|
||||
|
||||
# gitpod.io
|
||||
gitpod.yml
|
||||
.vscode
|
|
@ -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 '✅'
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue