mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 08:34:15 +02:00
fix(arabot): change wording
This commit is contained in:
parent
93061fcf44
commit
0fcb6c5985
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user