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":