From 82113a8461880351a62266c4aa61e6e5498a0bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Olausson=20Holten=C3=A4s?= Date: Sun, 13 Mar 2022 19:15:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20set=20channel=20required=20for?= =?UTF-8?q?=20/counter=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/counter/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/counter/index.js b/src/commands/counter/index.js index d5e3f23..fbec58d 100644 --- a/src/commands/counter/index.js +++ b/src/commands/counter/index.js @@ -14,6 +14,7 @@ module.exports = { option .setName('channel') .setDescription('The counter channel you want to view') + .setRequired(true) ) ), async execute(interaction) {