Update Guilds module (wip)

This commit is contained in:
2026-05-28 17:07:38 -04:00
parent 3fa3cdfc39
commit e1a6884db7
27 changed files with 693 additions and 488 deletions
@@ -1,7 +1,6 @@
package dev.plex.command.sub;
import dev.plex.Guilds;
import dev.plex.command.SimplePlexCommand;
import dev.plex.command.source.RequiredCommandSource;
import dev.plex.storage.entity.GuildInviteEntity;
import net.kyori.adventure.text.Component;
@@ -12,7 +11,7 @@ import org.jetbrains.annotations.Nullable;
import java.util.UUID;
public class DenySubCommand extends SimplePlexCommand
public class DenySubCommand extends GuildSubCommand
{
public DenySubCommand()
{