mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 09:03:03 -04:00
feat(plugins): Permissions Viewer (#477)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
9c1b3a9afd
commit
64b38348d4
11 changed files with 938 additions and 5 deletions
|
@ -114,3 +114,5 @@ waitFor("parseTopic", m => Parser = m);
|
|||
|
||||
export let SettingsRouter: any;
|
||||
waitFor(["open", "saveAccountChanges"], m => SettingsRouter = m);
|
||||
|
||||
export const PermissionsBits: t.PermissionsBits = findLazy(m => typeof m.ADMINISTRATOR === "bigint");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue