ShareX-Upload-Server/src/bot/events/ready.js

5 lines
166 B
JavaScript

async function ready() {
this.log.success("Discord API monitor successfully logged in")
this.monitorChannel = this.c.discordChannelID
}
module.exports = ready