mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-16 15:56:31 +02:00
kakakaka
This commit is contained in:
+6
-13
@@ -1,15 +1,8 @@
|
||||
const { Events, ActivityType } = require("discord.js")
|
||||
const { Events, ActivityType } = require("discord.js");
|
||||
|
||||
module.exports = {
|
||||
|
||||
name : Events.ClientReady,
|
||||
async execute(client) {
|
||||
|
||||
//if (client.commands && Array.isArray(client.commands)) {
|
||||
// client.application.commands.set(client.commands.map(command => command.data));
|
||||
//} else {
|
||||
//console.error('Les commandes du client sont manquantes ou mal formatées');
|
||||
//}
|
||||
console.log(`${client.user.username} est en ligne`);
|
||||
|
||||
},
|
||||
name: Events.ClientReady,
|
||||
async run(client) {
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user