Closed UnknownUW closed 2 years ago
Hello User , U will get errors as u can add another bot code with Jugnu / Cool Music Codes
Tip : U can make 2 repl with same bot token to do it Thanks
if it wont work, just add a different project to the same bot
yes
if u still have issue open new Thanks
Hi, I was hoping to get some help here on what I should do in this code. I'm trying to add another code which is called together, it contains youtube together and many other games. But when I try to use this code, it doesn't seem to do anything with the code. However, it does prompt me with an error code which is the image that you will see.
// // slash command
const { Command } = require("reconlx"); const emoji = require("../../settings/emoji.json"); const embed = require("../../settings/embed.json"); const config = require("../../settings/config.json");
module.exports = new Command({ // options name: "together", description:
You can either play a game or watch youtube together in your voice chat!
, userPermissions: [], botPermissions: [], category: "Music", cooldown: 10, // command start run: async ({ client, interaction, args, prefix }) => { // Code // const Command = require("../structures/command.js"); // const { MessageActionRow, MessageSelectMenu } = require('discord.js');});
// message command aka prefix cmd const { Message, Client } = require("discord.js"); // const emoji = require("../../settings/emoji.json"); // const embed = require("../../settings/embed.json"); // const config = require("../../settings/config.json");
module.exports = { name: "together", aliases: [""], description:
You can either play a game or watch youtube together in your voice chat!
, userPermissions: [], botPermissions: [], category: "Music", cooldown: 10,/*