Updates to fix errors for CC
This commit is contained in:
parent
3ccb7e63e1
commit
274c165357
22 changed files with 731 additions and 926 deletions
|
@ -1,4 +1,3 @@
|
|||
export { Role };
|
||||
import { Permissions } from "./permissions.js";
|
||||
import { SnowFlake } from "./snowflake.js";
|
||||
class Role {
|
||||
|
@ -43,3 +42,4 @@ class Role {
|
|||
return `#${this.color.toString(16)}`;
|
||||
}
|
||||
}
|
||||
export { Role };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue