ajoute snipe

This commit is contained in:
VALOU3336
2024-02-14 13:33:33 +01:00
parent 6b063db08f
commit 3389570da8
10 changed files with 132 additions and 9 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ const { Events, ActivityType } = require("discord.js");
module.exports = {
name: Events.ClientReady,
async run(client) {
async execute(client) {
console.log(`le bot ${client.user.id} est en ligne`)
}
};