Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostedCA committed Jan 11, 2024
2 parents 95855f2 + 6f1d21d commit 58df213
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ public class ExampleCmd extends SlashExecutor {
return "Say Hello world!";
}

@Override
public boolean isOwnerOnly() {
return false;
}

@Override
public void execute(EventData data, MySQL mySQL) {
data.reply("Hello world!", false).queue();
Expand Down

0 comments on commit 58df213

Please sign in to comment.