Skip to content

Commit

Permalink
Fix Twitch index.
Browse files Browse the repository at this point in the history
  • Loading branch information
Presti committed Feb 6, 2024
1 parent 794d7d5 commit 616a434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void onPerform(CommandEvent commandEvent) {

switch (command) {
case "list" -> {
StringBuilder end = new StringBuilder();
StringBuilder end = new StringBuilder("\n");

for (String users : SQLSession.getSqlConnector().getSqlWorker().getAllTwitchNames(commandEvent.getGuild().getIdLong())) {
end.append(users).append("\n");
Expand Down

0 comments on commit 616a434

Please sign in to comment.