mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-04 07:46:36 +02:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
const { Events, ActivityType } = require("discord.js");
|
|
|
|
module.exports = {
|
|
name: Events.ClientReady,
|
|
async run(client) {
|
|
|
|
}
|
|
}; |