Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 2.74 KB

README.md

File metadata and controls

43 lines (32 loc) · 2.74 KB

🎵 JuanitaMusic (aka. Juanita)

Build badge Codacy Badge Maintenance GitHub contributors PRs Welcome License: MIT

Juanita in all her glory

A Discord bot for playing music with friends on discord.

Invite the bot to your discord server by following this link.

📰 Commands

All commands are available using Discord slash application command interface. The commands, and their description, can be seen in the table below.

Command Description
Common commands
/play <URL or keywords:string> Plays or adds to queue the song fetched based on the keywords provided
/first <URL or keywords:string> Plays or puts at the top of the queue the song fetched based on the keywords provided
/spotify <playlistURI or alias:string> Queues all songs in a Spotify playlist given it"s URI or stored alias
/remember <playlistURI:string> <alias:string> Will store the given Spotify playlist URI to a custom name for easy use
/jump <position: number> Jumps to the given position in the queue
/kill <position: number> Removes the song at the given position from the queue
/seek <time: number> Number of seconds in song to skip to. /seek 120 will skip 2 minutes into the song
/skip Skips the song currently playing. The bot will leave if the queue is empty
/queue Shows the current queue in an embed
/shuffle Will shuffle the queue randomly
/clear Clears the queue, but not the current song
/pause Pauses the current song if playing
/resume Resumes the current song if paused
/kys Kicks the bot from the voice channel. This will clear the queue.

💡 Misc

Made with ❤️ and Discord.js written in TypeScript

MIT License