mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 01:44:15 +02:00
fix(arabot): got link for gif for dantas 1984
This commit is contained in:
parent
2b658d2c23
commit
63d82b0f1b
@ -52,7 +52,7 @@ export class N1984Command extends Command {
|
|||||||
|
|
||||||
// Creates the embed for the 1984 reaction
|
// Creates the embed for the 1984 reaction
|
||||||
// Add a 1 in 1000 chance of Dantas literally making ARA 1984
|
// 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'
|
const random1984 = Math.random() < 0.001 ? 'https://c.tenor.com/0BwU0BjWYX4AAAAC/arthuria-dantas.gif'
|
||||||
: N1984[Math.floor(Math.random() * N1984.length)];
|
: N1984[Math.floor(Math.random() * N1984.length)];
|
||||||
const n1984Embed = new MessageEmbed()
|
const n1984Embed = new MessageEmbed()
|
||||||
.setColor('#ffffff')
|
.setColor('#ffffff')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user