Brad
Brad
The existing PR adding support for v13 hasn't gotten anywhere yet, so no. If I find some time, I can possibly expedite the process and create another PR adding support...
It might be worth noting that v13 is in-dev and their implementation might change at any time
Definitely an oversight on my part. I'll add some logic to overwrite voice states on guild_create when I find some time
It's been a bit of time. Just letting you know this is still being worked on. I haven't used RainCache personally for a while, so there was a conflict of...
Looks like I accidentally forgot to include changes to voice states in v0.6. Sorry about that. I debated on making voice states a global index versus being per guild similar...
It looks like chests automatically closing is coming from this line: ```java if (!this.world.isClient && this.currentScreenHandler != null && !this.currentScreenHandler.canUse(this)) { this.closeHandledScreen(); this.currentScreenHandler = this.playerScreenHandler; } ``` Although it perplexes...
Sorry for long response time. The idea would be multiple warps per faction as they may have multiple points of interest. Of course, up to server admins to choose if...
For your specific code, I'd also recommend using "lavacord/dist/discord.js" instead of just lavacord. How it's used is a little different, but if you're using an editor with intellisense like VSCode...
Hi. Thanks for bringing this up. Did you happen to enable the bypassBuckets Client option? This isn't a suggestion to do so, I'm just curious as there is a rate...
I think I understand the situation. I believe Discord added countermeasures against this type of behavior as this could be considered as unwanted advertisement/scamming which is what they're trying to...