imgbot
kieranrobson 2022-06-02 02:34:17 +01:00
parent 7761097292
commit 07e0d15fb0
1 changed files with 5 additions and 3 deletions

View File

@ -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);
})
})