Skip to content

Commit c358307

Browse files
committed
test: playground
1 parent 494ce35 commit c358307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/commands/moderations/ban.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export default defineCommand(
1515
name: 'reason',
1616
description: 'The reason for the ban'
1717
})
18-
]
18+
],
19+
userPermissions: ['Administrator']
1920
},
2021
(_, interaction, options) => {
2122
const { user, reason } = options.args

playground/harmonix.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { defineHarmonixConfig } from '../src'
22

33
export default defineHarmonixConfig({
4-
defaultPrefix: '!',
54
clientId: '929023549656662047'
65
})

0 commit comments

Comments
 (0)