HAHOOS

Results 7 comments of HAHOOS

You mean when rich presence starts the mouse has loading animation? If yes its normal, rich presence must first load so mouse has loading animation

if you want do like that, you can try this: ```csharp var btn1 = new Button(); btn1.Label = "Test" btn1.Url = "Uri" presence.Buttons[0] = btn1 ``` But when i try...

> I suspect you're executing this call before the REST client is fully ready. Please move this code to the DiscordSocketClient.Ready event and see if that works. Alright, I will...

It seems that I have been able to resolve the issue myself, but I had to download the source code, sign the ML v0.5.7 and build it for VS to...