fix(arabot): got link for gif for dantas 1984

This commit is contained in:
Anthony Berg 2022-08-20 22:55:14 +01:00 committed by GitHub
parent 2b658d2c23
commit 63d82b0f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')