mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-03 23:36:35 +02:00
ajoute messageCreate
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user