getSetting(); return DiscordMessage::create('', [ 'description' => "Setting '**{$setting->getName()}**' has been created.", 'color' => EmbedColor::GREEN, ]); } /** * Get Discord channel the message will be sent to. * * @return string */ public function getDiscordChannel(): string { return Config::get(ServiceConstants::ADMIN_DISCORD_CHANNEL_QUALIFIED); } }