mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:34:16 +02:00
feat(arabot): dantas is literally 1984
This commit is contained in:
parent
f1c737a704
commit
01b2c5ab56
@ -51,7 +51,9 @@ export class N1984Command extends Command {
|
|||||||
const memberGuildMember = interaction.guild!.members.cache.get(member.id)!;
|
const memberGuildMember = interaction.guild!.members.cache.get(member.id)!;
|
||||||
|
|
||||||
// Creates the embed for the 1984 reaction
|
// Creates the embed for the 1984 reaction
|
||||||
const random1984 = N1984[Math.floor(Math.random() * N1984.length)];
|
// Add a 1 in 1000 chance of Dantas literally making ARA 1984
|
||||||
|
const random1984 = Math.random() < 0.001 ? 'https://tenor.com/view/arthuria-dantas-dancing-dantas-woke-weebs-gif-18773803'
|
||||||
|
: N1984[Math.floor(Math.random() * N1984.length)];
|
||||||
const n1984Embed = new MessageEmbed()
|
const n1984Embed = new MessageEmbed()
|
||||||
.setColor('#ffffff')
|
.setColor('#ffffff')
|
||||||
.setTitle(`${memberGuildMember.displayName} is happy!`)
|
.setTitle(`${memberGuildMember.displayName} is happy!`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user