silly resource leak nick
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m9s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m9s
This commit is contained in:
parent
c78033f409
commit
0c6f3a0b4c
@ -106,7 +106,7 @@ public class MovieSubCommand extends BatCommand implements EventListener {
|
||||
|
||||
@Override
|
||||
public void onButtonInteraction(BatGuild guild, @NonNull BatUser user, @NonNull ButtonInteractionEvent event) {
|
||||
Map<String, String> params = userCommands.get(user.getId());
|
||||
Map<String, String> params = userCommands.remove(user.getId());
|
||||
if (params == null) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user