Skip to content
#

discord-net

Here are 264 public repositories matching this topic...

ryanhlewis
ryanhlewis commented May 19, 2022

Describe the bug
The OnJoinRequested callback is completely broken, no matter the amount of times I call "invoke", subscribe to the event, or elsewise. In fact, it's subscribed to in the main DiscordManager.cs file, with this line of code:

        client.OnJoinRequested += (s, args) => Debug.Log("[DRP] Join Requested");

Yet, that Debug is never called. No matter how many times I c

bug good first issue

Improve this page

Add a description, image, and links to the discord-net topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the discord-net topic, visit your repo's landing page and select "manage topics."

Learn more