mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-03 23:36:35 +02:00
ajoute snipe
This commit is contained in:
@@ -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`)
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user