chore: make code style consistent
This commit is contained in:
parent
a2cea2f33e
commit
89ec3fbf29
380 changed files with 479 additions and 936 deletions
|
|
@ -173,5 +173,4 @@ public class JavacordCommand<C> implements MessageCreateListener {
|
|||
throwable.printStackTrace();
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -135,5 +135,4 @@ public class JavacordCommandManager<C> extends CommandManager<C> {
|
|||
public @NonNull DiscordApi getDiscordApi() {
|
||||
return this.discordApi;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -116,5 +116,4 @@ public class JavacordCommandSender {
|
|||
public CompletableFuture<Message> sendSuccessMessage(final @Nullable String message) {
|
||||
return this.sendMessage(":white_check_mark: " + message);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,5 +49,4 @@ public class JavacordPrivateSender extends JavacordCommandSender {
|
|||
.orElseThrow(() -> new UnsupportedOperationException(
|
||||
"PrivateTextChannel not present even though message was sent in a private channel"));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,5 +62,4 @@ public class JavacordServerSender extends JavacordCommandSender {
|
|||
.orElseThrow(() -> new UnsupportedOperationException(
|
||||
"Server not present even though message was sent on a server"));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue