aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moulberry-bush/neuRepo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/moulberry-bush/neuRepo.ts')
-rw-r--r--src/commands/moulberry-bush/neuRepo.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/commands/moulberry-bush/neuRepo.ts b/src/commands/moulberry-bush/neuRepo.ts
index 9d76810..d07ba53 100644
--- a/src/commands/moulberry-bush/neuRepo.ts
+++ b/src/commands/moulberry-bush/neuRepo.ts
@@ -43,10 +43,11 @@ export default class NeuRepoCommand extends BushCommand {
slashType: ApplicationCommandOptionType.Boolean
} */
],
- slash: true,
+ slash: false,
clientPermissions: (m) => clientSendAndPermCheck(m, [PermissionFlagsBits.EmbedLinks], true),
userPermissions: [],
- ownerOnly: true
+ ownerOnly: true,
+ hidden: true
});
}