Skip to content

Commit 620ef56

Browse files
author
Igor Evdokimov
committed
- bugfix
1 parent fb770ac commit 620ef56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Botticelli.Framework/Commands/Processors/FluentCommandProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected async Task SendMessage<TReplyMarkup>(SendMessageRequest request,
114114
{
115115
if (Bot == null) return;
116116

117-
await Bot.SendMessageAsync(request, options, token);
117+
await Bot.SendMessageAsync(request, options, token).ConfigureAwait(false);
118118
}
119119

120120
protected abstract Task InnerProcess(Message message, CancellationToken token);

0 commit comments

Comments
 (0)