Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
fix(MariaCustomResponse.java): OrmLite needs a no arg constructor (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baconing authored Mar 20, 2024
2 parents 3815272 + e3ea0d0 commit 53d5917
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public MariaCustomResponse(String trigger, String response, MariaGuild guild) {
this.response=response;
this.guild=guild;
}
public MariaCustomResponse() {}
@NotNull
@Override
public String getTrigger() {
Expand Down

0 comments on commit 53d5917

Please sign in to comment.