This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ShareX-Upload-Server/bot/events/ready.js
2021-08-18 00:12:37 -07:00

6 lines
170 B
JavaScript

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