fix button interactions
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m2s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m2s
This commit is contained in:
parent
f7aea851b2
commit
ee62eae519
@ -106,6 +106,9 @@ public class MovieSubCommand extends BatCommand implements EventListener {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onButtonInteraction(BatGuild guild, @NonNull BatUser user, @NonNull ButtonInteractionEvent event) {
|
public void onButtonInteraction(BatGuild guild, @NonNull BatUser user, @NonNull ButtonInteractionEvent event) {
|
||||||
|
if (guild == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
Map<String, String> params = userCommands.get(user.getId());
|
Map<String, String> params = userCommands.get(user.getId());
|
||||||
if (params == null) {
|
if (params == null) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user