Fix formatting in /say log

This commit is contained in:
Toastie 2025-02-04 21:57:55 +13:00
parent 787bd1193e
commit 7f1d3a9cec
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -44,7 +44,7 @@ public class SayCommand
Description = message.message.Replace("\\n", "\n") 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) private static async Task SendMessageList(SlashCommandContext command)