mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
d6d7c15bac
* mark-admin command * no cli
14 lines
203 B
Markdown
14 lines
203 B
Markdown
# Management guide
|
|
|
|
## Check the status of the job queue
|
|
coming soon
|
|
|
|
## Mark as 'admin' user
|
|
``` shell
|
|
node built/tools/mark-admin (Username)
|
|
```
|
|
|
|
e.g.
|
|
``` shell
|
|
node built/tools/mark-admin @syuilo
|
|
```
|