mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-03 15:19:26 +00:00
remove weird debugging
This commit is contained in:
@@ -780,12 +780,11 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
||||
|
||||
// If we're a bot user, send GUILD_CREATE for each unavailable guild
|
||||
// TODO: check if bot has permission to view some of these based on intents (i.e. GUILD_MEMBERS, GUILD_PRESENCES, GUILD_VOICE_STATES)
|
||||
|
||||
await Promise.all(
|
||||
pending_guilds.map((x) => {
|
||||
//Even with the GUILD_MEMBERS intent, the bot always receives just itself as the guild members
|
||||
const botMemberObject = members.find((member) => member.guild_id === x.id);
|
||||
//Object.assign(x, { threads: [] });
|
||||
|
||||
return Send(this, {
|
||||
op: OPCODES.Dispatch,
|
||||
t: EVENTEnum.GuildCreate,
|
||||
|
||||
Reference in New Issue
Block a user