Add files via upload
This commit is contained in:
5
bot/events/ready.js
Normal file
5
bot/events/ready.js
Normal file
@ -0,0 +1,5 @@
|
||||
async function ready() {
|
||||
this.log.success('Discord API monitor successfully logged in');
|
||||
this.monitorChannel = this.c.discordChannelID;
|
||||
}
|
||||
module.exports = ready;
|
Reference in New Issue
Block a user