fix: add listen/unlisten to command description (forgor)

This commit is contained in:
ChomeNS
2025-08-21 20:05:42 +07:00
parent c0ba059efb
commit 77b2d73998
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
3602
3603

View File

@@ -65,7 +65,9 @@ public class MusicCommand extends Command implements Listener {
"noteinstrument <instrument>",
"pause",
"resume",
"info"
"info",
"listen",
"unlisten"
},
new String[] { "song" },
TrustLevel.PUBLIC,