fixed help about /volume
This commit is contained in:
parent
217d82fe0b
commit
ca1bd904be
1 changed files with 2 additions and 3 deletions
|
|
@ -49,9 +49,8 @@ class HelpAction implements SlashAction {
|
|||
"* Misc: ",
|
||||
"- /info \t\tFind out what the current server time is",
|
||||
"- /mute\t\tMute or unmute the sounds",
|
||||
"- /volume show\t\tShow the current volume of sounds and music",
|
||||
"- /volume <group> <vol>\t\tSets the volume for the specified group"
|
||||
};
|
||||
"- /volume\t\tLists or sets the volume for sound and music"
|
||||
};
|
||||
|
||||
for (final String line : lines) {
|
||||
ClientSingletonRepository.getUserInterface().addEventLine(new HeaderLessEventLine(line, NotificationType.CLIENT));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue