diff --git a/events/ready.js b/events/ready.js index 6ef9036..e5b2105 100644 --- a/events/ready.js +++ b/events/ready.js @@ -1,10 +1,12 @@ const client = require("../index"); +const levels = require('../events/levels') client.on('ready', () => { - console.log('Clarence is online') - client.user.setActivity(`-help`, {type:"WATCHING"}) + console.log('HullCSS is online') + client.user.setActivity(`!help | hullcss.org`, {type:"WATCHING"}) + levels(client) const guild = client.guilds.cache.get('744586833135927366'); @@ -13,4 +15,4 @@ client.on('ready', () => { const channel = guild.channels.cache.get('857995452052799538'); channel.setName(`Humans: ${memberCount.toLocaleString()}`); }, 600000); -}) \ No newline at end of file +})