add base help command

This commit is contained in:
Tutur33
2024-02-15 01:17:52 +01:00
parent a6cbe5b9f3
commit cd03559a98
3 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const { Events, ActivityType } = require("discord.js");
module.exports = {
name: Events.ClientReady,
async execute(client) {
console.log(`le bot ${client.user.id} est en ligne`)
console.log(`le bot ${client.user.tag} est en ligne`)
}
};