mirror of
https://github.com/arthur-pbty/selfbot-discord.git
synced 2026-06-26 22:23:20 +02:00
init sb
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const { Events, ActivityType } = require("discord.js");
|
||||
|
||||
module.exports = {
|
||||
name: Events.ClientReady,
|
||||
async execute(client: any) {
|
||||
console.log(`le bot ${client.user.tag} est en ligne`)
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user