updated DiscordMessages for Internal&ScheduledTask notifications

This commit is contained in:
Jakub Novák
2024-10-01 21:42:13 +02:00
parent f021a42890
commit cb5dc13bf1
3 changed files with 23 additions and 4 deletions

View File

@@ -28,6 +28,11 @@ class DiscordMessage
return hexdec('ff705f');
}
public static function infoColor(): int
{
return hexdec('4f545c');
}
public function addField(string $name, string $value): self
{
$this->fields[] = [