bot invite generator and css updates
This commit is contained in:
parent
6196c4ac85
commit
5c4b5605ed
5 changed files with 46 additions and 8 deletions
|
@ -44,9 +44,9 @@ export{ Role };
|
|||
import{ Options }from"./settings.js";
|
||||
class PermissionToggle implements OptionsElement<number>{
|
||||
readonly rolejson: {
|
||||
name: string;
|
||||
readableName: string;
|
||||
description: string;
|
||||
name: string;
|
||||
readableName: string;
|
||||
description: string;
|
||||
};
|
||||
permissions: Permissions;
|
||||
owner: Options;
|
||||
|
@ -177,4 +177,4 @@ class RoleList extends Buttons{
|
|||
this.onchange(this.curid, this.permission);
|
||||
}
|
||||
}
|
||||
export{ RoleList };
|
||||
export{ RoleList, PermissionToggle };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue