mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-19 03:20:46 +00:00
updated DiscordMessages for Internal&ScheduledTask notifications
This commit is contained in:
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user