A simple discord bot written in Typescript with discordjs with the goal to play music in voice channels.
It currently only supports youtube (and youtube music).
play
url <url>
: Adds the music at the given youtube URL to the queuesearch <query>
: Adds the first result from the given query to the queue
skip
: Skips the current playing music and start playing the next music in queueskip_to
: Brings up a menu to choose a music to skip to in the queuestop
: Stops playing music and quit the voice channelremove
: Brings up a menu to remove musics from the queue
- Youtube source
- Deezer source
- Spotify source
- Some kind of player interface with discord components
git clone https://github.com/davawen/Valhyabot3.0
npm install # or pnpm install, or yarn install
npm run start # or pnpm run start, yarn run start