1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 12:42:44 +01:00

the merge broke compile???

This commit is contained in:
Madeline 2022-07-17 13:28:27 +10:00
parent 16914cbccd
commit e007bec1b2

View File

@ -41,9 +41,6 @@ async function getMembers(guild_id: string, range: [number, number]) {
.map((m) => m.roles)
.flat()
.unique((r: Role) => r.id);
member_roles.push(member_roles.splice(member_roles.findIndex(x => x.id == guild_id))[0]); // move @everyone/online to bottom
const offlineItems = [];
const offlineItems = [];