This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user