mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
i forgor
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
5669435bb7
commit
b687575186
1 changed files with 5 additions and 4 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue