Skip to content

Commit 0498776

Browse files
committed
Bolded the removed player. This isnt important enough for a release but would be nice in the next one.
1 parent ac394ce commit 0498776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Beef/Application.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private void HandleCommand(SocketMessage userInput) {
181181
}
182182

183183
if (code.Ok()) {
184-
MessageChannel(channel, "Removed " + playerToRemove + " from the ladder.").GetAwaiter().GetResult();
184+
MessageChannel(channel, "Removed **" + playerToRemove + "** from the ladder.").GetAwaiter().GetResult();
185185
}
186186
} else if (arguments[1] == "bracket" || arguments[1] == "list" || arguments[1] == "ladder") {
187187
IsLeader(userInput.Author);

0 commit comments

Comments
 (0)