1
0
Fork 0
owenryan.us/source/_projects/jambox.md

19 lines
928 B
Markdown
Raw Normal View History

2023-05-16 03:59:18 +00:00
---
layout: project
title: "Jambox"
description: "Discord music bot built with Hikari and Lavalink"
2024-02-06 04:13:57 +00:00
year: current
permalink: /projects/jambox
2023-05-16 03:59:18 +00:00
project_url: https://discord.com/api/oauth2/authorize?client_id=1102705272805404722&permissions=4298394880&scope=applications.commands%20bot
thumbnail_url: /assets/images/jambox.webp
2024-02-06 04:13:57 +00:00
SEO_tags: [ Discord, Python, Hikari, Lavalink ]
2023-05-16 03:59:18 +00:00
---
2023-07-20 00:54:53 +00:00
**Note:** This project is currently on haitus due to a core Python library becoming deprecated.
2023-05-16 03:59:18 +00:00
Jambox is a *soon-to-be* open source Discord music bot built for convince. It utilises the
[Lavalink](https://github.com/lavalink-devs/Lavalink) audio node for streaming music, and also adds support for
2023-07-20 00:54:53 +00:00
streaming local files. Jambox was built from the ground up using Discord's modern feature set, and
2023-05-16 03:59:18 +00:00
utilises [slash commands](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ), embeds,
message components¹, and modals¹.