freyacodes / ukulele

Simple self-contained Discord music bot
MIT License
157 stars 75 forks source link

Accessing the queue database #30

Closed sorae42 closed 2 years ago

sorae42 commented 2 years ago

How do I access the queue database? I need them for another bot that handle another stuff (will be written in another language as I am not good at Java.)

OtterBoops commented 2 years ago

The queue is not stored in a database.

sorae42 commented 2 years ago

Is there anyway that I could access the queue list?

freyacodes commented 2 years ago

If you really insist and want to get your hands dirty you could implement a simple REST API.

sorae42 commented 2 years ago

Thanks for the advice!