mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +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> {
|
export class RebootNormol extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.Reboot;
|
actionName = ActionName.RebootNormol;
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<null> {
|
protected async _handle(payload: Payload): Promise<null> {
|
||||||
if (payload.delay) {
|
if (payload.delay) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user