🩹 set channel required for /counter view
This commit is contained in:
parent
aaba85c903
commit
82113a8461
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ module.exports = {
|
|||
option
|
||||
.setName('channel')
|
||||
.setDescription('The counter channel you want to view')
|
||||
.setRequired(true)
|
||||
)
|
||||
),
|
||||
async execute(interaction) {
|
||||
|
|
Loading…
Add table
Reference in a new issue