From 38a1677e00f1febb550dcb10c55f8cd203d4e456 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sat, 25 Dec 2021 16:40:30 +0500 Subject: [PATCH] revert --- commands/General/activity.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/General/activity.js b/commands/General/activity.js index fc05599d..3df49bd9 100644 --- a/commands/General/activity.js +++ b/commands/General/activity.js @@ -25,9 +25,7 @@ class Activity extends Command { if (!perms.has("CONNECT") || !perms.has("SPEAK")) return message.error("music/play:VOICE_CHANNEL_CONNECT"); const activities = ["awkword", "betrayal", "checkers", "chess", "doodlecrew", "fishing", "lettertile", "poker", "spellcast", "wordsnack", "puttparty", "youtube"]; - const activity = ""; - if (args[0] === "") activity = args[0]; - else activity = args[0].toLowerCase(); + const activity = args[0]; switch (activity) { case "awkword":