I want to be able to link players with this line :
DiscordCore.Call("CompletedLink", player, member.User);
but the function CompletedLink is public and has LinkActivation as parameter.
but the function CompletedLink is public and has LinkActivation as parameter.
Same with
DiscordCore.Call("HandleLeave", player, discord.User, false, false);
It is public so it doesn't work with DiscordCore.Call function.
I already made the updates necessary to make it usable as an api, if you can contact me i'll send the changes.
It is public so it doesn't work with DiscordCore.Call function.
I already made the updates necessary to make it usable as an api, if you can contact me i'll send the changes.