Twilight

Results 109 comments of Twilight

## On Project Structure We plan to introduce a well-organized project setup that is easy to use over a long period. This is currently under internal discussion to find the...

I am also having the same problem but in my case I see two errors. I am using `[email protected]` ```ts 26 | resolve(); 27 | } 28 | else {...

This package is kinda outdated

here is a sample export command that exports entire queue. You may have to modify this to fit your need. ```ts import { GuildQueue, serialize, useQueue } from 'discord-player'; import...

Pretty sure discord.js handles ratelimits and if needed you can debounce the update by few seconds. If you wanna make this look cooler, spice it up with [synced lyrics](https://github.com/Androz2091/discord-player/blob/stable/apps/music-bot/src/commands/lyrics.ts#L31-L54). Synced...

Here I have the basic implementation of redis based caching, I have also realized that `getData` is not necessary so I will be removing its requirement soon. Only `addData` and...

You can simply prefix your search query with `youtube:`/`spotify:`/`soundcloud:`/`applemusic:` etc to change search engine. For example ``` /play soundcloud:some song ``` This will play from soundcloud. Here's a table ![image](https://github.com/mariusbegby/cadence-discord-bot/assets/46562212/b49929b6-10b0-470e-a997-0c57e4e7a2b0)...

useQueue does work, @mariusbegby did it with cadence bot. Correct shard with correct guild id should work just fine when invoked from discord. However the website may not work with...

as far as I understand, @ig4e is talking about the website part, which I've already responded to saying > However the website may not work with shards using current setup,...

It makes the use of https://github.com/DevAndromeda/illustrator.js/blob/main/src/data/DataSource.ts input and a base template layer which is cloned for each data source. The output may be a single file output (like a pdf...