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:
parent
16914cbccd
commit
e007bec1b2
@ -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 = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user