Delete messageCreate.js

This commit is contained in:
Ninjdai 2023-01-17 14:11:39 +01:00 committed by GitHub
parent ce1dcb51ea
commit 2ac8e12a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +0,0 @@
const { guildId } = require('../config.json');
module.exports = {
name: 'messageCreate',
async execute(message, client) {
if (message.guild.id != guildId) return;
if (message.author.id == "718456289704804392" && message.content.toLowerCase().replace(/\? /).endsWith("quoi")){
message.reply({ content: "feur"})
}
}
}