Removed whitespace

This commit is contained in:
Sebastian Cabrera 2023-05-22 05:53:10 -04:00
parent bb1850e679
commit db13503567
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View file

@ -21,7 +21,6 @@ public class Main {
.addEnabledCacheFlags(/*leave empty if any*/) .addEnabledCacheFlags(/*leave empty if any*/)
.buildJDA(); // Starts the bot! .buildJDA(); // Starts the bot!
// This is kinda just to suppress an annoying IntelliJ warning. // This is kinda just to suppress an annoying IntelliJ warning.
System.out.println("JDA Status: " + jda.getStatus()); System.out.println("JDA Status: " + jda.getStatus());
} }