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

Latest commit

 

History

History
31 lines (31 loc) · 520 Bytes

README.md

File metadata and controls

31 lines (31 loc) · 520 Bytes

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