From fcc693cd4e38b686eb5c058986548a2827168a16 Mon Sep 17 00:00:00 2001 From: Hugo Costa Date: Thu, 10 Nov 2022 15:37:12 -0300 Subject: [PATCH] fix shrug --- apps/meteor/app/slashcommand-asciiarts/lib/shrug.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/meteor/app/slashcommand-asciiarts/lib/shrug.ts b/apps/meteor/app/slashcommand-asciiarts/lib/shrug.ts index da55ec19256b..0e0d50860d7b 100644 --- a/apps/meteor/app/slashcommand-asciiarts/lib/shrug.ts +++ b/apps/meteor/app/slashcommand-asciiarts/lib/shrug.ts @@ -10,7 +10,7 @@ slashCommands.add({ command: 'shrug', callback: (_command: 'shrug', params, item): void => { const msg = item; - msg.msg = `${params} ¯\\_(ツ)_/¯`; + msg.msg = `${params} ¯\\\\_(ツ)_/¯`; Meteor.call('sendMessage', msg); }, options: {