mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-04 19:47:54 -05:00
update guild create
This commit is contained in:
@ -31,8 +31,8 @@ setInterval(() => {
|
|||||||
export const guildCreateHandler = (guild: DiscordenoGuild) => {
|
export const guildCreateHandler = (guild: DiscordenoGuild) => {
|
||||||
log(LT.LOG, `Handling joining guild ${JSON.stringify(guild)}`);
|
log(LT.LOG, `Handling joining guild ${JSON.stringify(guild)}`);
|
||||||
guildsJoined.push({
|
guildsJoined.push({
|
||||||
name: `${guild.name}: (${guild.id})`,
|
name: `${guild.name}: (${guild.memberCount})`,
|
||||||
value: `${guild.memberCount}`,
|
value: `${guild.id}`,
|
||||||
});
|
});
|
||||||
if (guildsJoined.length === 25) {
|
if (guildsJoined.length === 25) {
|
||||||
sendGuildJoinedBatch();
|
sendGuildJoinedBatch();
|
||||||
|
|||||||
Reference in New Issue
Block a user