Skip to content

Commit

Permalink
Update litecommands-telegrambots/src/dev/rollczi/litecommands/telegra…
Browse files Browse the repository at this point in the history
…mbots/LiteTelegramBotsSettings.java

Co-authored-by: Jakub Kędziora <[email protected]>
  • Loading branch information
BlackBaroness and Jakubk15 authored Feb 27, 2025
1 parent ed45b73 commit 4ad2425
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class LiteTelegramBotsSettings implements PlatformSettings {

private BiPredicate<User, String> permissionChecker = (user, permission) -> {
throw new NotImplementedException("Override permissionChecker in LiteTelegramBotsSettings if you want to use permissions");
throw new NotImplementedException("Override permissionChecker in LiteTelegramBotsSettings if you would like to use permissions");
};

public BiPredicate<User, String> getPermissionChecker() {
Expand Down

0 comments on commit 4ad2425

Please sign in to comment.