From 68131500f459a1471f7616c734de1cf05436c3cb Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 14 Feb 2019 18:48:02 +0100 Subject: [PATCH] forgot to change default emote --- commands/admin/shameboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/shameboard.js b/commands/admin/shameboard.js index 1af1ba8..034ea22 100644 --- a/commands/admin/shameboard.js +++ b/commands/admin/shameboard.js @@ -12,7 +12,7 @@ class shameboardCommand extends Command { { id: 'emote', type: 'string', - default: '🌟' + default: '✡' }, { id: 'count',