fix?
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m5s

This commit is contained in:
Lee
2024-07-04 15:20:26 +01:00
parent d023e21575
commit 11299b3ca7
4 changed files with 6 additions and 9 deletions

View File

@ -67,7 +67,7 @@ public abstract class BatCommand {
commandData = new CommandDataImpl(info.getName(), info.getDescription())
.setContexts(InteractionContextType.ALL)
.setIntegrationTypes(integrationTypes)
.setGuildOnly(info.isGuildOnly());
.setGuildOnly(!getInfo().isUserInstall() && getInfo().isGuildOnly());
}
/**