ajoute messageCreate

This commit is contained in:
VALOU3336
2024-02-14 08:19:27 +01:00
parent 7469ee4736
commit 576f5eb05b
6 changed files with 86 additions and 24 deletions
+3
View File
@@ -7,6 +7,9 @@ const client = new Client({intents: new IntentsBitField(3276799)});
client.on('ready', () => {
console.log(`Logged in as ${client.user.tag}!`);
});
client.events = new Collection();
client.commands = new Collection();
client.snipes = new Collection();
(async () => {
await loadCommands(client);
await loadEvents(client);