diff --git a/commands/General/activity.js b/commands/General/activity.js index e986ca5b..ceaa4281 100644 --- a/commands/General/activity.js +++ b/commands/General/activity.js @@ -25,7 +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 = args[0] ? args[0].toLowerCase() : ""; + const activity = args[0] != null ? args[0].toLowerCase() : null; switch (activity) { case "awkword":