bot invite generator and css updates

This commit is contained in:
MathMan05 2024-09-25 12:48:07 -05:00
parent 6196c4ac85
commit 5c4b5605ed
5 changed files with 46 additions and 8 deletions

View file

@ -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 };