Skip to content

Mootfrost777/CoSinger-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CoSinger-JS

A music Discord bot written in discord.js.

Installation

Install node.js:
Windows: https://nodejs.org/en/download/.
Linux: https://nodejs.org/en/download/package-manager/.

Install dependencies:

npm i discord.js
npm i sodium
npm i ytdl-core

You also need to install ffmpeg:
Windows: https://ffmpeg.org/download.html#build-windows. Just copy all .exe files to project directory.
Linux: npm install ffmpeg.

Then create new bot in https://discord.com/developers/applications and paste token to config file.

Config

{
  "prefix": "<prefix>",
  "token": "<token>"
}

Run

node bot.js

About

CoSinger v.2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published