mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 12:44:17 +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, {
|
super(context, {
|
||||||
...options,
|
...options,
|
||||||
name: 'shrug',
|
name: 'shrug',
|
||||||
description: 'Ugh... whatever...',
|
description: 'Ugh... whatever... idk...',
|
||||||
preconditions: ['CoordinatorOnly'],
|
preconditions: ['CoordinatorOnly'],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -54,7 +54,7 @@ export class ShrugCommand extends Command {
|
|||||||
const randomShrug = Shrug[Math.floor(Math.random() * Shrug.length)];
|
const randomShrug = Shrug[Math.floor(Math.random() * Shrug.length)];
|
||||||
const shrugEmbed = new MessageEmbed()
|
const shrugEmbed = new MessageEmbed()
|
||||||
.setColor('#001980')
|
.setColor('#001980')
|
||||||
.setTitle(`${memberGuildMember.displayName} is whatever...`)
|
.setTitle(`${memberGuildMember.displayName} shrugs`)
|
||||||
.setImage(randomShrug);
|
.setImage(randomShrug);
|
||||||
|
|
||||||
// Send the embed
|
// Send the embed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user