bump neko counter

This commit is contained in:
Daniel Bulant 2021-05-30 17:53:36 +02:00
parent 3406b04893
commit 36075a7442

View file

@ -14,7 +14,7 @@ module.exports = class neko extends commando.Command {
}
async run(msg) {
const title = `${msg.guild ? msg.member.displayName : msg.author.username}! ~Nyann~ (UwU) <3`;
const image = `https://nekos.best/nekos/${String(Math.floor(Math.random() * 314)).padStart(4, '0')}.png`;
const image = `https://nekos.best/nekos/${String(Math.floor(Math.random() * 450)).padStart(4, '0')}.png`;
const emb = await defaultImageEmbed(msg, image, title);
return trySend(this.client, msg, emb);
}