Added party disband command and a way to remove all users from a party

This commit is contained in:
2022-01-31 03:06:52 +01:00
parent 032d0e2bef
commit 0c8a4a97d3
5 changed files with 96 additions and 0 deletions
@@ -21,6 +21,7 @@ public class PartyCommand implements SimpleCommand {
subCommands = Arrays.asList(
new Help(this),
new Create(),
new Disband(),
new Info(),
new Invite(),
new Join(),