GithubHelp home page GithubHelp logo

discord.js-music's People

Contributors

ruiqimao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

discord.js-music's Issues

Not working

Installed everything, still, doesn't work, no errors in console.

client.loginWithToken is not a function

I'm using node version 7.8.0
and Discord.js version 11.0.0
When I run the bot, I get the error:
client.loginWithToken is not a function
with the code:

const Client = require('discord.js').Client;
const music = require('discord.js-music');
const client = new Client();
music(client, {
	prefix: '^',
	global: false,
	maxQueueSize: 25
});
client.loginWithToken('token');

!play command error

When i want to play something i have an error:
"If (!suffix) return client.sendMessage(msg, wrap('No video specified!'));"
...............................................^
Type error: client.sendMessage is not a function
Please, help. And sorry but my english sucks :/

msg.server.id on play is not defined

As the title says, line 74

nodejs\node_modules\discord.js-music\index.js:74
const queue = getQueue(msg.server.id);
^

TypeError: Cannot read property 'id' of undefined

options is not defined

When i try to run discord.js-music on my bot, i get an error saying "options is not defined", and the error lies within the code music(client, options);
Here is the rest of my code if it helps:

const music = require('discord.js-music');
const client = new Client();
music(client, {
	prefix: 'b!',
	global: false,
	maxQueueSize: 20
});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.