update guild create

This commit is contained in:
Ean Milligan 2025-05-05 13:56:56 -04:00
parent 55b2367900
commit 4f3a9bb797
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ setInterval(() => {
export const guildCreateHandler = (guild: DiscordenoGuild) => {
log(LT.LOG, `Handling joining guild ${JSON.stringify(guild)}`);
guildsJoined.push({
name: `${guild.name}: (${guild.id})`,
value: `${guild.memberCount}`,
name: `${guild.name}: (${guild.memberCount})`,
value: `${guild.id}`,
});
if (guildsJoined.length === 25) {
sendGuildJoinedBatch();