mirror of
https://github.com/arthur-pbty/gestion-perso.git
synced 2026-06-17 08:07:45 +02:00
add commands and events
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const { Events, ActivityType } = require("discord.js");
|
||||
|
||||
module.exports = {
|
||||
name: Events.ClientReady,
|
||||
async execute(client) {
|
||||
console.log(`le bot ${client.user.tag} est en ligne`)
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user