[SIS-xxx] updating abstracto version

This commit is contained in:
Sheldan
2023-12-23 23:41:16 +01:00
parent 3f4d5510d8
commit 375045f508
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ public class OrangeSunDogeCommandAlternative implements CommandAlternative {
private static final String DOGE_ORANGE_SUN_RESPONSE_TEMPLATE_KEY = "doge_orangeSun_response";
@Override
public boolean shouldExecute(UnParsedCommandParameter parameter, Guild guild) {
public boolean shouldExecute(UnParsedCommandParameter parameter, Guild guild, Message message) {
return parameter.getParameters().isEmpty() && featureFlagService.isFeatureEnabled(imageGenerationFeatureConfig, guild.getIdLong());
}