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