Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
/ MusicBot Public archive

A Meower bot that gives info about music!

License

Notifications You must be signed in to change notification settings

meower-community/MusicBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicBot

A Meower bot that gives info about music!

Commands

help

Shows a list of commands

@MusicBot help

search

Searches for a song

@MusicBot search [query]

find

Looks for a song with the specified ID

@MusicBot find [song id]

lyrics

Looks for lyrics associated with the song with the specified ID

@MusicBot lyrics [song id]

Running

MB_USERNAME="[username here]"
MB_PASSWORD="[password here]"
MB_APIKEY="[musixmatch api key here]"
npm install
npm run start