Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

musicord

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

musicord

An easy way of implementing music into your discord bots

  • 1.0.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Musicord

The best way to implement music into your discord bot

Installation

npm install musicord

Setup

const Discord = require('discord.js');
const Client = new Discord.Client({intents: 32767});
const Music = require('musicord');

Client.on('ready' , () => {
    console.log('Your bot is online and ready to go!');
    Music(Client);
});

Client.login('Token');

This package uses artificial intelligence to understand if your bot is using message or slash commands. You can create a play command with an option called song as a slash command and the music should auto adjust according to your code. We hope you have a joyous experience using this package.

Keywords

FAQs

Package last updated on 02 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc