mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
build: v1.5.1-beta1
This commit is contained in:
@@ -28,8 +28,8 @@ export class Reboot extends BaseAction<Payload, null> {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
export class RebootNormol extends BaseAction<Payload, null> {
|
||||
actionName = ActionName.RebootNormol;
|
||||
export class RebootNormal extends BaseAction<Payload, null> {
|
||||
actionName = ActionName.RebootNormal;
|
||||
|
||||
protected async _handle(payload: Payload): Promise<null> {
|
||||
if (payload.delay) {
|
||||
|
||||
Reference in New Issue
Block a user