mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 09:37:27 +00:00
Update Bot Guild number
This commit is contained in:
parent
13cf17ed53
commit
cbe3f032fb
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ let commands = {
|
|||
let bot = new Discord.Client();
|
||||
|
||||
bot.on('ready', function() {
|
||||
console.log('Logged in! Serving in ' + bot.guilds.array().length + ' servers');
|
||||
console.log('Logged in! Serving in ' + bot.guilds.cache.size + ' servers');
|
||||
require('./plugins.js').init();
|
||||
console.log('type ' + config.prefix + 'help in Discord for a commands list.');
|
||||
bot.user.setActivity(config.prefix + 'help', { type: 'LISTENING' }).catch(console.error);
|
||||
|
|
Loading…
Add table
Reference in a new issue