bot status

This commit is contained in:
Axel Olausson Holtenäs 2022-03-06 12:44:34 +01:00
parent c1799e9424
commit f138ceaa22
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED

View file

@ -5,5 +5,6 @@ module.exports = {
once: true,
async execute(client) {
await logger.info(`Ready! Logged in as ${client.user.tag}`);
await client.user.setPresence({ activities: [{ type: 'WATCHING', name: `${client.guilds.cache.size} guilds` }], status: 'online' });
},
};