remove unused assets and code

This commit is contained in:
Jonny_Bro (Nikita) 2023-06-27 20:54:35 +05:00
parent 8fe40285e8
commit f1eca51313
4 changed files with 0 additions and 2 deletions

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

View file

@ -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;