[AB-xxx] fixing typo

This commit is contained in:
Sheldan
2026-05-15 12:40:20 +02:00
parent 87937f48b7
commit 8024eb56b0

View File

@@ -51,7 +51,7 @@ public class Grrr extends AbstractConditionableCommand {
@Autowired
private SlashCommandParameterService slashCommandParameterService;
private static final String GRRR_EMBED_TEMPLATE_KEY = "grr_response";
private static final String GRRR_EMBED_TEMPLATE_KEY = "grrr_response";
public static final String TEXT_PARAMETER_KEY = "text";
@Override