Skip to content

Commit

Permalink
fix shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocostadev committed Nov 10, 2022
1 parent 04326a1 commit fcc693c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/slashcommand-asciiarts/lib/shrug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit fcc693c

Please sign in to comment.