mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Merge branch 'master' into combine-remora-dependabot-prs
This commit is contained in:
commit
6656c82470
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ public class MessageEditedResponder : IResponder<IMessageUpdate>
|
|||
cacheKey, ct);
|
||||
if (!messageResult.IsDefined(out var message))
|
||||
{
|
||||
return Result.FromError(messageResult);
|
||||
_ = _channelApi.GetChannelMessageAsync(channelId, messageId, ct);
|
||||
return Result.FromSuccess();
|
||||
}
|
||||
|
||||
if (message.Content == newContent)
|
||||
|
|
Loading…
Add table
Reference in a new issue