Shikhir Arora

Results 19 comments of Shikhir Arora

Type `jps` Does this show more than one running?

I think it's unsupported for Windows, but the command prompt. Not a Windows user so I wouldn't be able to confirm that. I assume you are using Windows though.

Yes you should be able to. Look for the running `.jar` file.

The bot has to be updated with a later JDA version to support animated emojis, and rich presence is a local client process through RPC (and not a selfbot function)...

Using the above livestream as an example, here's a verbose dump of the MPEG-DASH manifest using youtube-dl: https://gist.github.com/shikhir-arora/900a3fd4fb90943beeec3dcf36ba1a10 All show an expiration of `1526203888`, which 05/13/2018 @ 9:31am (UTC) (about...

Here's the last bit of output from ffmpeg (before I force-quit); this is using verbose mode on the same stream. I let it run for a while. https://gist.github.com/shikhir-arora/5edee567fcab79cd26c29e28c1459fb8#file-ffmpeg_out-sh-L55 At line...

Discord pushed changes a few weeks ago that broke audio receiving; the workaround some are doing with JDA (different library) requires one to send audio or some buffer of silence...

Maybe try using this branch and rewriting as needed - looks like the Receiver was documented 18 days ago: https://github.com/discordjs/discord.js/commits/voice-krypton/src/client/voice/receiver

@napstr Correct me if I'm wrong, but this seems to/is partially fulfilled I believe with https://github.com/napstr/Magma/pull/12