mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
remove unused assets and code
This commit is contained in:
parent
8fe40285e8
commit
f1eca51313
4 changed files with 0 additions and 2 deletions
BIN
assets/img/b.png
BIN
assets/img/b.png
Binary file not shown.
Before Width: | Height: | Size: 48 KiB |
Binary file not shown.
Before Width: | Height: | Size: 210 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
|
@ -18,8 +18,6 @@ class MessageCreate extends BaseEvent {
|
|||
*/
|
||||
async execute(client, 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 = {};
|
||||
if (message.author.bot) return;
|
||||
|
|
Loading…
Reference in a new issue