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

5 lines
166 B
JavaScript
Raw Normal View History

2019-02-13 05:36:29 +00:00
async function ready() {
this.log.success("Discord API monitor successfully logged in")
this.monitorChannel = this.c.discordChannelID
}
module.exports = ready