Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-01 | Organize @fosscord/api utils in directories | Thesourtimes | 15 | -12/+14 | |
2021-12-31 | Fix game statusses | TheArcaneBrony | 1 | -6/+4 | |
Timestamps isn't an array. | |||||
2021-12-29 | Updated stop.ts | unknownPerson115 | 1 | -1/+1 | |
now using bitwise operators and dividing the `rights` value so you can have other rights whilst having the `OPERATOR` right for example: `3` is `1` and `2` combined NOTE: a potential issue has been uncovered while testing; if you have more than 1 thread the server will only stop 1 thread and the rest of the server will continue to run | |||||
2021-12-29 | Updated stop.ts | unknownPerson115 | 1 | -6/+7 | |
updated stop.ts so it checks for user rights instead of the SYSTEM flag which can |