From 7f1d3a9cecfe76211467b8e0d5f2d4d78450302a Mon Sep 17 00:00:00 2001 From: Toastie <toastie@toastiet0ast.com> Date: Tue, 4 Feb 2025 21:57:55 +1300 Subject: [PATCH] Fix formatting in /say log --- Commands/SayCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/SayCommand.cs b/Commands/SayCommand.cs index a6188e7..c1b44ce 100644 --- a/Commands/SayCommand.cs +++ b/Commands/SayCommand.cs @@ -44,7 +44,7 @@ public class SayCommand Description = message.message.Replace("\\n", "\n") }); - await LogChannel.Success(command.User.Mention + " posted the " + message.identifier + " message in " + command.Channel.Mention + "."); + await LogChannel.Success(command.User.Mention + " posted the `" + message.identifier + "` message in " + command.Channel.Mention + "."); } private static async Task SendMessageList(SlashCommandContext command)