We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494ce35 commit c358307Copy full SHA for c358307
playground/commands/moderations/ban.ts
@@ -15,7 +15,8 @@ export default defineCommand(
15
name: 'reason',
16
description: 'The reason for the ban'
17
})
18
- ]
+ ],
19
+ userPermissions: ['Administrator']
20
},
21
(_, interaction, options) => {
22
const { user, reason } = options.args
playground/harmonix.config.ts
@@ -1,6 +1,5 @@
1
import { defineHarmonixConfig } from '../src'
2
3
export default defineHarmonixConfig({
4
- defaultPrefix: '!',
5
clientId: '929023549656662047'
6
0 commit comments