aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moulberry-bush/neuRepo.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-05 20:14:49 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-05 20:14:49 -0400
commit7824c911806e368f6a1bea7f6b55d1f470b755d1 (patch)
tree255ea5e97ad528e2c587dddc312a628ae9c4ce27 /src/commands/moulberry-bush/neuRepo.ts
parent2ec1de170091178263e53ecfce744c7a0710a409 (diff)
downloadtanzanite-7824c911806e368f6a1bea7f6b55d1f470b755d1.tar.gz
tanzanite-7824c911806e368f6a1bea7f6b55d1f470b755d1.tar.bz2
tanzanite-7824c911806e368f6a1bea7f6b55d1f470b755d1.zip
hide incomplete commands
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
});
}