mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +00:00
Chore 3.7,1
This commit is contained in:
parent
7b581a9bed
commit
4f05312be8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "musix",
|
||||
"version": "3.7.0",
|
||||
"version": "3.7.1",
|
||||
"description": "V3 for Musix the discord music bot",
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
|
@ -9,7 +9,7 @@ module.exports = {
|
||||
execute(msg, args, client, Discord, command) {
|
||||
const queue = client.queue.get(msg.guild.id);
|
||||
if (client.funcs.check(client, msg, command)) {
|
||||
if (msg.content.contains("-force")) {
|
||||
if (msg.content.includes("-force")) {
|
||||
if (queue) {
|
||||
queue.voiceChannel.leave();
|
||||
queue.exists = false;
|
||||
|
Loading…
Reference in New Issue
Block a user