diff --git a/TelegramBotBase/Builder/Interfaces/IBotCommandsStage.cs b/TelegramBotBase/Builder/Interfaces/IBotCommandsStage.cs
index d6b9dd4..9dcdadf 100644
--- a/TelegramBotBase/Builder/Interfaces/IBotCommandsStage.cs
+++ b/TelegramBotBase/Builder/Interfaces/IBotCommandsStage.cs
@@ -20,12 +20,13 @@ namespace TelegramBotBase.Builder.Interfaces
///
ISessionSerializationStage DefaultCommands();
+
///
/// Gives you the ability to add custom commands.
///
///
///
- ISessionSerializationStage Configure(Action> action);
+ ISessionSerializationStage CustomCommands(Action> action);
}
}