Fix formatting in /say log
This commit is contained in:
parent
787bd1193e
commit
7f1d3a9cec
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue