mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 21:20:34 +00:00
fancier notifications
This commit is contained in:
@@ -54,8 +54,8 @@ class ForceEnabled extends Notification implements ShouldQueue
|
||||
public function toDiscord(): DiscordMessage
|
||||
{
|
||||
return new DiscordMessage(
|
||||
title: "Coolify: Server '{$this->server->name}' enabled again!",
|
||||
description: 'All automations and integrations are started.',
|
||||
title: ':white_check_mark: Server enabled',
|
||||
description: "Server '{$this->server->name}' enabled again!",
|
||||
color: DiscordMessage::successColor(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user