Merge pull request #26 from smyalygames/main

fix(arabot): change wording
This commit is contained in:
Anthony 2022-07-27 02:25:32 +01:00 committed by GitHub
commit be4e68153d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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