mirror of
https://github.com/arthur-pbty/gestion-perso.git
synced 2026-06-22 18:19:33 +02:00
add game command
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ module.exports = function run(token: string) {
|
||||
client.events = new Collection();
|
||||
client.commands = new Collection();
|
||||
|
||||
console.log(`${loadEvents(client, 'events')} events loaded`);
|
||||
console.log(`${loadCommands(client, 'commands')} commands loaded`);
|
||||
console.log(`${loadEvents(client, '..\\events')} events loaded`);
|
||||
console.log(`${loadCommands(client, '..\\commands')} commands loaded`);
|
||||
|
||||
client.login(token);
|
||||
};
|
||||
Reference in New Issue
Block a user