mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
Ещё смешнявка
This commit is contained in:
parent
8887554cc8
commit
38d21b0bb9
2 changed files with 1 additions and 0 deletions
BIN
assets/img/nob.png
Normal file
BIN
assets/img/nob.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue