mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 05:54:15 +02:00
fix(arabot): change messages for happy and sad
This commit is contained in:
parent
cc62db5016
commit
09e39252f8
@ -54,7 +54,7 @@ export class HappyCommand extends Command {
|
||||
const randomHappy = Happy[Math.floor(Math.random() * Happy.length)];
|
||||
const happyEmbed = new MessageEmbed()
|
||||
.setColor('#40ff00')
|
||||
.setTitle(`Poke from ${memberGuildMember.displayName}`)
|
||||
.setTitle(`${memberGuildMember.displayName} is happy!`)
|
||||
.setImage(randomHappy);
|
||||
|
||||
// Send the embed
|
||||
|
@ -54,7 +54,7 @@ export class SadCommand extends Command {
|
||||
const randomSad = Sad[Math.floor(Math.random() * Sad.length)];
|
||||
const sadEmbed = new MessageEmbed()
|
||||
.setColor('#001148')
|
||||
.setTitle(`Poke from ${memberGuildMember.displayName}`)
|
||||
.setTitle(`${memberGuildMember.displayName} is sad...`)
|
||||
.setImage(randomSad);
|
||||
|
||||
// Send the embed
|
||||
|
Loading…
x
Reference in New Issue
Block a user