diff --git a/src/commands/shutdown.ts b/src/commands/shutdown.ts index 11710d7..34604eb 100644 --- a/src/commands/shutdown.ts +++ b/src/commands/shutdown.ts @@ -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 {