Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Angstboksen/JuanitaMusic
Juanita makes it easy to play music with your friends on a Discord server. With the new integrated Spotify functionality, you can now queue your favorite playlists from Spotify along with your friends!
https://github.com/Angstboksen/JuanitaMusic
angstboksen bot discord discord-bot discord-js juanita spotify
Last synced: 2 months ago
JSON representation
Juanita makes it easy to play music with your friends on a Discord server. With the new integrated Spotify functionality, you can now queue your favorite playlists from Spotify along with your friends!
- Host: GitHub
- URL: https://github.com/Angstboksen/JuanitaMusic
- Owner: Angstboksen
- License: mit
- Created: 2020-10-21T19:41:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T17:21:51.000Z (over 1 year ago)
- Last Synced: 2023-07-15T18:28:31.356Z (over 1 year ago)
- Topics: angstboksen, bot, discord, discord-bot, discord-js, juanita, spotify
- Language: TypeScript
- Homepage:
- Size: 2.32 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎵 JuanitaMusic (aka. Juanita)
![Build badge](https://github.com/Angstboksen/JuanitaMusic/actions/workflows/main.yml/badge.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6f012ea4b47d45ab88391d2fd7794812)](https://app.codacy.com/gh/Angstboksen/JuanitaMusic?utm_source=github.com&utm_medium=referral&utm_content=Angstboksen/JuanitaMusic&utm_campaign=Badge_Grade)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/AngstBoksen/JuanitaMusic/graphs/commit-activity)
[![GitHub contributors](https://img.shields.io/github/contributors/Angstboksen/JuanitaMusic.svg)](https://GitHub.com/Angstboksen/JuanitaMusic/graphs/contributors/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Angstboksen/JuanitaMusic/pulls)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)![Juanita in all her glory](https://cdn.discordapp.com/app-icons/708320525285457950/3dda5c526be85c3a9de9734250d28965.png?size=512)
A Discord bot for playing music with friends on discord.
Invite the bot to your discord server [by following this link.](https://discord.com/api/oauth2/authorize?client_id=708320525285457950&permissions=8&scope=bot%20applications.commands)
## 📰 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 ` | Plays or adds to queue the song fetched based on the keywords provided |
| `/first ` | Plays or puts at the top of the queue the song fetched based on the keywords provided |
| `/spotify ` | Queues all songs in a Spotify playlist given it"s URI or stored alias |
| `/remember ` | Will store the given Spotify playlist URI to a custom name for easy use |
| `/jump ` | Jumps to the given position in the queue |
| `/kill ` | Removes the song at the given position from the queue |
| `/seek ` | 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](./LICENSE)