Minor changes

This commit is contained in:
Skylar Grant 2023-06-03 15:47:49 -04:00
parent 2704cac98f
commit b0d6bdcf8a
2 changed files with 1 additions and 4 deletions

View File

@ -148,7 +148,7 @@ async function checkRateLimits(hi) {
}
process.on('unhandledRejection', error => {
console.error('Unhandled promise rejection:', error);
console.error('Unhandled promise rejection (pls dont break up with me):', error);
});
client.login(token);

View File

@ -25,9 +25,6 @@ const fn = require('../modules/functions.js');
client.once('ready', async () => {
// watchRequestRates();
console.log('Ready!');
const count = JSON.stringify(client.guilds.cache.size);
console.log("I'm currently in " + count + " servers.");
const guilds = client.guilds.cache;
guilds.each(g => {
console.log(g.name + "," + g.ownerId);