🩹 set channel required for /counter view

This commit is contained in:
Axel Olausson Holtenäs 2022-03-13 19:15:28 +01:00
parent aaba85c903
commit 82113a8461
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED

View file

@ -14,6 +14,7 @@ module.exports = {
option
.setName('channel')
.setDescription('The counter channel you want to view')
.setRequired(true)
)
),
async execute(interaction) {