Change odds of leskiss's GIF choices

This commit is contained in:
Anthony M 2021-02-03 00:11:16 -06:00 committed by GitHub
parent 5d7f995bc2
commit edff0ee0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ module.exports = {
"https://cdn.discordapp.com/attachments/793537380330111028/803834514269798460/gif19.gif"
];
const index = Math.floor(Math.random() * (gifchoices.length - 1) + 1);
const index = Math.floor(Math.random() * (gifchoices.length - 1) + 1.75);
var gif = (gifchoices[index]);
// ---------------------------------------
const errorembed = {