Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.08 KB

DiscordBotJS

Main image

Installing

npm install discord.js
node .

Information

A discord bot made using Node.JS with the Discord node.
Other than normal hardcoded commands, This bot is able to play music using urls and youtube searches, as well as create simple custom commands through the discord chat, so that all users with the permission can easily add their own commands.
Examples shown below.

Music Commands

With the music command you are able to play a song by url or using the youtube searching algorythm.
You can also check the currently played song, or even skip it.
It is also possible to check the whole queue of songs, and even clear it.

Music commands

Custom Commands

With the custom commands you are able to add your own commands through the discord chat.
You can also edit the ones already added.
It is also possible to check the whole list of custom commands, and even clear it.

Custom commands