1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2024-03-20 22:01:48 +05:00
parent 5669435bb7
commit b687575186
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -83,10 +83,11 @@ public class MessageDeletedResponder : IResponder<IMessageDelete>
Messages.Culture = GuildSettings.Language.Get(cfg); Messages.Culture = GuildSettings.Language.Get(cfg);
var builder = new StringBuilder().AppendLine( var builder = new StringBuilder()
string.Format(Messages.DescriptionActionJumpToChannel, .AppendLine(message.Content.InBlockCode())
Mention.Channel(gatewayEvent.ChannelID))) .AppendLine(
.AppendLine(message.Content.InBlockCode()); string.Format(Messages.DescriptionActionJumpToChannel, Mention.Channel(gatewayEvent.ChannelID))
);
var embed = new EmbedBuilder() var embed = new EmbedBuilder()
.WithSmallTitle( .WithSmallTitle(