update shutdown command argsMode

This commit is contained in:
2026-01-22 14:49:20 +03:00
parent 0a3a05ecba
commit a5f6671e8b
+2
View File
@@ -19,6 +19,8 @@ export class Shutdown extends ChatCommand {
title = "/shutdown";
description = "Self-destruction sequence for bot (shutdown)";
argsMode = "optional" as const;
requirements = Requirements.Build(Requirement.BOT_CREATOR);
async execute(msg: Message): Promise<void> {