From fa118d68802060f1dc465e64188d7f831c2d3763 Mon Sep 17 00:00:00 2001 From: in the moon Date: Wed, 8 Sep 2021 21:05:36 +0000 Subject: [PATCH] minor changes --- .gitignore | 4 ++++ data/config.example.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 573ebc2..9e41b27 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ venv/ *.gif *.jpg *.zip + +# gitpod.io +gitpod.yml +.vscode \ No newline at end of file diff --git a/data/config.example.py b/data/config.example.py index 3f0d3df..ecce350 100644 --- a/data/config.example.py +++ b/data/config.example.py @@ -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 '✅' }, }, }