commit
						2958b4c351
					
				
							
								
								
									
										2282
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2282
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -13,7 +13,7 @@ | ||||
| 	"author": "Fosscord", | ||||
| 	"license": "ISC", | ||||
| 	"dependencies": { | ||||
| 		"@fosscord/server-util": "^1.3.3", | ||||
| 		"@fosscord/server-util": "^1.3.7", | ||||
| 		"ajv": "^8.5.0", | ||||
| 		"dotenv": "^8.2.0", | ||||
| 		"jsonwebtoken": "^8.5.1", | ||||
|  | ||||
| @ -73,10 +73,11 @@ export async function onLazyRequest(this: WebSocket, { d }: Payload) { | ||||
|         items.push({ | ||||
|             group: { | ||||
|                 count: role.members.length, | ||||
| 				id: role.id, | ||||
| 			}, | ||||
|                 id: role.id === guild_id ? "online" : role.name | ||||
|             } | ||||
|         }); | ||||
|         for (const member of role.members) { | ||||
|             member.roles.remove(guild_id); | ||||
|             items.push({ member }); | ||||
|         } | ||||
| 	} | ||||
| @ -90,7 +91,7 @@ export async function onLazyRequest(this: WebSocket, { d }: Payload) { | ||||
| 				{ | ||||
| 					range: [0, 99], | ||||
| 					op: "SYNC", | ||||
| 					items: items, | ||||
| 					items, | ||||
| 				}, | ||||
| 			], | ||||
| 			online_count: member_count, // TODO count online count
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Flam3rboy
						Flam3rboy