This commit is contained in:
EwelinaLasowy
2022-04-25 15:23:42 +02:00
parent 54ca728880
commit ae1f6e066b
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ class KeyList extends SignatureHandler
return $this->respondToSlack("Lista kluczy :key:")
->withAttachment(
Attachment::create()
->setColor("#3C5F97")
->setColor("#3c5f97")
->setText($keys->isNotEmpty() ? $keys->implode("\n") : "Nie ma żadnych kluczy w tobym"),
);
}