fix: add warning color

This commit is contained in:
Marvin von Rappard
2024-11-12 22:45:07 +01:00
parent eb0686fe20
commit 80ed561374

View File

@@ -25,4 +25,9 @@ class SlackMessage
{
return '#00ff00';
}
public static function warningColor(): string
{
return '#ffa500';
}
}