Ещё смешнявка

This commit is contained in:
JonnyBro 2022-07-03 21:53:05 +05:00
parent 8887554cc8
commit 38d21b0bb9
2 changed files with 1 additions and 0 deletions

BIN
assets/img/nob.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -10,6 +10,7 @@ module.exports = class {
async run(message) {
if (message.guild && message.guild.id === "568120814776614924") return;
if (message.content.includes("no bitches")) message.reply({ files: [{ name: "b.png", attachment: "./assets/img/b.png" }] });
if (message.content.includes("bitches") && !message.content.includes("no bitches")) message.reply({ files: [{ name: "nob.png", attachment: "./assets/img/nob.png" }] });
const data = {};