mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-22 23:46:26 -05:00
egg
This commit is contained in:
parent
c23da89e7d
commit
0e366c780c
@ -14,7 +14,7 @@ const config = require("./config.json");
|
||||
|
||||
client.on("ready", () => {
|
||||
// This event will run if the bot starts, and logs in, successfully.
|
||||
console.log(`Bot has started, with ${client.users.size} users, in ${client.channels.size} channels of ${client.guilds.size} guilds.`);
|
||||
console.log(`Bot has started, with ${client.users.cache.size} users, in ${client.channels.cache.size} channels of ${client.guilds.cache.size} guilds.`);
|
||||
// Example of changing the bot's playing game to something useful. `client.user` is what the
|
||||
// docs refer to as the "ClientUser".
|
||||
client.user.setActivity(`${client.users.size} of you horrible people`,{ type: 'LISTENING' });
|
||||
|
Loading…
Reference in New Issue
Block a user