aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/__template.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/__template.ts')
-rw-r--r--src/commands/dev/__template.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/dev/__template.ts b/src/commands/dev/__template.ts
index 49549af..b9d9114 100644
--- a/src/commands/dev/__template.ts
+++ b/src/commands/dev/__template.ts
@@ -49,8 +49,8 @@ export default class TemplateCommand extends BushCommand {
ownerOnly: true,
channel: 'guild',
hidden: true,
- clientPermissions: ['SEND_MESSAGES'],
- userPermissions: ['SEND_MESSAGES']
+ clientPermissions: (m) => util.clientSendAndPermCheck(m),
+ userPermissions: []
});
}