Comparing version 1.0.2 to 1.0.3
@@ -32,3 +32,3 @@ import TelegramBot, { ChatId, SendMessageOptions } from "node-telegram-bot-api"; | ||
description: string; | ||
getFirstStep(): CommandStep; | ||
getFirstStep?: () => CommandStep; | ||
} | ||
@@ -35,0 +35,0 @@ export declare const _commandsList: Record<string, CommandClass<Command>>; |
{ | ||
"name": "dialog-bot", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -74,3 +74,3 @@ import TelegramBot, {ChatId, SendMessageOptions, BotCommand} from "node-telegram-bot-api"; | ||
description: string; | ||
getFirstStep(): CommandStep | ||
getFirstStep?: () => CommandStep | ||
} | ||
@@ -77,0 +77,0 @@ |
84737