first commit probably lots of errors
This commit is contained in:
commit
ec94c2080b
99 changed files with 10227 additions and 0 deletions
9
src/bot/events/ready.js
Normal file
9
src/bot/events/ready.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
const { green } = require('chalk');
|
||||
const conf = require('../../conf/conf.json');
|
||||
module.exports = {
|
||||
name: 'ready',
|
||||
async exe(client) {
|
||||
console.log(green('[bot]: ') + `${client.user.tag}` + " is online");
|
||||
console.log("Ready!");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue