mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
revert
This commit is contained in:
parent
0078d8e80e
commit
38a1677e00
1 changed files with 1 additions and 3 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue