From e5725238086a4f9c1f3dc113a37edb06b6dcad27 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 19 Jan 2020 21:33:46 +0200 Subject: [PATCH] Revert some accidental changes from #319 --- .gitignore | 1 - src/data/constants.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2ccc665..6757ecf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ !/config.example.ini /welcome.png /update.sh -/tags.* diff --git a/src/data/constants.js b/src/data/constants.js index b7982c7..13a30e8 100644 --- a/src/data/constants.js +++ b/src/data/constants.js @@ -50,7 +50,6 @@ module.exports = { 'okey thx', 'okey no problem', 'okey np', - 'cheers', - '!close' + 'cheers' ], };