lavalink-musicbot
lavalink-musicbot copied to clipboard
Music bot that uses Lavalink for its audio player.
Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 11.0.0. Changelog Sourced from dotenv's changelog. 11.0.0 (2022-01-11) Changed Breaking: drop support for Node v10 (#558) Patch debug option (#550) Commits bb8ee10 Update CHANGELOG d19a6c1...
Bumps [eslint](https://github.com/eslint/eslint) from 7.27.0 to 8.6.0. Release notes Sourced from eslint's releases. v8.6.0 Features 6802a54 feat: handle logical assignment in no-self-assign (#14152) (Zzzen) 3b38018 feat: allow to define eslint-disable-next-line in...
this.player .on("start", () => { this.current = this.queue.shift(); if (this.textChannel) this.textChannel.send(util.embed().setcolor (message.guild.me.display.HexColor).setDescription(`🎶 | Now playing **${this.current.info.title}**.`)); }) embed color same as topest role how can i define message in this...
update
will reply with prefix if mentions bot and command cooldown if you add a timeout property to command else it wouldnt activate
Can you help me? I've got this so far: const util = require("../util"); var arr = [] module.exports = { name: "join", aliases: ["j"], exec: async (msg) => { const...
cleaner
delete the now playing message on completing the song
Can you make it not send the now playing message if the song is on loop of from a playlist? Thanks so much!
Timeout
30 seconds timeout between completing the queue and leaving the VC. wouldn't leave if something is played in the meantime.
###### ~~`leaves from the vc when the bot is alone in voice within a certain time`~~ (this makes confusion so I edit the comment) leave the voice channel within a...
error = const { Structures } = require("discord.js"); const MusicHandler = require("../structures/MusicHandler"); const Guild = Structures.get("Guild"); MusicGuild);