ajoute snipe

This commit is contained in:
VALOU3336
2024-02-14 13:33:33 +01:00
parent 6b063db08f
commit 3389570da8
10 changed files with 132 additions and 9 deletions
+1 -5
View File
@@ -5,13 +5,9 @@ const loadEvents = require("./loaders/loadEvents");
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();
client.snipes = new Map();
(async () => {
loadCommands(client);