mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-25 22:55:00 +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");
|
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 activities = ["awkword", "betrayal", "checkers", "chess", "doodlecrew", "fishing", "lettertile", "poker", "spellcast", "wordsnack", "puttparty", "youtube"];
|
||||||
const activity = "";
|
const activity = args[0];
|
||||||
if (args[0] === "") activity = args[0];
|
|
||||||
else activity = args[0].toLowerCase();
|
|
||||||
|
|
||||||
switch (activity) {
|
switch (activity) {
|
||||||
case "awkword":
|
case "awkword":
|
||||||
|
|
Loading…
Reference in a new issue