This commit is contained in:
JonnyBro 2021-12-25 16:40:30 +05:00
parent 0078d8e80e
commit 38a1677e00

View file

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