From fce192d295057f5739777bc0b67cf7b9c9f06788 Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Wed, 27 Nov 2024 23:36:45 +0100 Subject: [PATCH] add comment to the streamer command to be able to differentiate it better later --- src/main/resources/translations/feixiao/strings.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/translations/feixiao/strings.properties b/src/main/resources/translations/feixiao/strings.properties index 266c513..95535d7 100644 --- a/src/main/resources/translations/feixiao/strings.properties +++ b/src/main/resources/translations/feixiao/strings.properties @@ -1,3 +1,5 @@ +# Streamer Command + streamer.command.name=streamer streamer.command.description=A bundle of Streamer commands streamer.command.add.name=add @@ -14,3 +16,5 @@ streamer.command.arguments.add.message.name=message streamer.command.arguments.add.message.description=Custom Announce message. Placeholders (in curly braces): url, name, title, category, role (if set) streamer.command.arguments.remove.name=streamer streamer.command.arguments.remove.description=The streamer to remove + +# more to come...