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...