mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
fix: RebootNormol
This commit is contained in:
parent
1c965ef515
commit
2062cd48ea
@ -22,7 +22,7 @@ export class Reboot extends BaseAction<Payload, null> {
|
||||
}
|
||||
}
|
||||
export class RebootNormol extends BaseAction<Payload, null> {
|
||||
actionName = ActionName.Reboot;
|
||||
actionName = ActionName.RebootNormol;
|
||||
|
||||
protected async _handle(payload: Payload): Promise<null> {
|
||||
if (payload.delay) {
|
||||
|
Loading…
Reference in New Issue
Block a user