Skip to content

Commit 022b8df

Browse files
add fun
1 parent bd0a1f6 commit 022b8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static async Task HandleUpdateAsync(ITelegramBotClient botClient, Update update,
104104
Console.WriteLine($"Received a '{messageText}' message in chat {chatId}.");
105105

106106
// check for command
107-
if (messageText.StartsWith("/build"))
107+
if (messageText.StartsWith("/build") || messageText.StartsWith("/barnabas"))
108108
{
109109
string[] msgSegments = messageText.Split(' ');
110110
if (msgSegments.Length < 2)

0 commit comments

Comments
 (0)