We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac394ce commit 0498776Copy full SHA for 0498776
Beef/Application.cs
@@ -181,7 +181,7 @@ private void HandleCommand(SocketMessage userInput) {
181
}
182
183
if (code.Ok()) {
184
- MessageChannel(channel, "Removed " + playerToRemove + " from the ladder.").GetAwaiter().GetResult();
+ MessageChannel(channel, "Removed **" + playerToRemove + "** from the ladder.").GetAwaiter().GetResult();
185
186
} else if (arguments[1] == "bracket" || arguments[1] == "list" || arguments[1] == "ladder") {
187
IsLeader(userInput.Author);
0 commit comments