mirror of
https://github.com/danbulant/Shasha
synced 2026-05-24 12:22:00 +00:00
bump neko counter
This commit is contained in:
parent
3406b04893
commit
36075a7442
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ module.exports = class neko extends commando.Command {
|
||||||
}
|
}
|
||||||
async run(msg) {
|
async run(msg) {
|
||||||
const title = `${msg.guild ? msg.member.displayName : msg.author.username}! ~Nyann~ (UwU) <3`;
|
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);
|
const emb = await defaultImageEmbed(msg, image, title);
|
||||||
return trySend(this.client, msg, emb);
|
return trySend(this.client, msg, emb);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue