From 0fcb6c598561a1ea35cdea188ed03492aaef058d Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 27 Jul 2022 02:20:59 +0100 Subject: [PATCH] fix(arabot): change wording --- src/commands/fun/shrug.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/fun/shrug.ts b/src/commands/fun/shrug.ts index 9a5ccd7..5c71aef 100644 --- a/src/commands/fun/shrug.ts +++ b/src/commands/fun/shrug.ts @@ -26,7 +26,7 @@ export class ShrugCommand extends Command { super(context, { ...options, name: 'shrug', - description: 'Ugh... whatever...', + description: 'Ugh... whatever... idk...', preconditions: ['CoordinatorOnly'], }); } @@ -54,7 +54,7 @@ export class ShrugCommand extends Command { const randomShrug = Shrug[Math.floor(Math.random() * Shrug.length)]; const shrugEmbed = new MessageEmbed() .setColor('#001980') - .setTitle(`${memberGuildMember.displayName} is whatever...`) + .setTitle(`${memberGuildMember.displayName} shrugs`) .setImage(randomShrug); // Send the embed