whoops should have thought of that one

This commit is contained in:
Jannik Reimers 2024-11-24 03:26:55 +01:00
parent 1157eb50de
commit 9f53f67843
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0

View file

@ -72,7 +72,7 @@ class StreamerCommand : Extension() {
} }
val message by string { val message by string {
name = "message" name = "message"
description = "Message to send when the streamer goes live. Possible placeholders: {url}, {name}, {title}, {category}, {role} (if set)" description = "Message to send when the streamer goes live. Possible placeholders (put in curly braces!!): url, name, title, category, role (if set)"
} }
} }