mirror of
https://github.com/Art-Portal/April.git
synced 2024-12-26 03:14:17 +01:00
Delete messageCreate.js
This commit is contained in:
parent
ce1dcb51ea
commit
2ac8e12a1f
@ -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"})
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user