Skip to content

Commit 810d320

Browse files
committed
removed comment
1 parent a49277c commit 810d320

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/features/basic/RoleSelectCommand.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ private static SelectOption mapToSelectOption(Role role) {
203203
return option;
204204
}
205205

206-
// this should be entity select menu but im just gonna use string rn
207-
// coz i'll have to do least changes that way
208206
@Override
209207
public void onStringSelectSelection(StringSelectInteractionEvent event, List<String> args) {
210208
Guild guild = event.getGuild();

0 commit comments

Comments
 (0)