I still cannot use the authing or deauthing in DiscordCore with another plugin

Hello,

I'm still trying to develop my plugin to make a deauth function for admins to unlink players using their discordID or steamID.
Which is completely impossible if the functions HandleLeave and CompletedLink are public voids.
Since they are public void using discordcore as a plugin reference doesn't make it possible to use the two functions mentioned above.
The discord extension allows only 1 link plugin to Link or Unlink players.

Hey,

I can add API's to this plugin in the next update to allow linking / unlinking. The Discord Extension does allow multiple link plugins to be used if you're using the latest version.

Heya,

I did try using my own plugin as a link plugin with DiscordCore and It did compile but It still didn't allow me to link or unlink.
However, If you can add that API to the plugin, that would make it a million times easier to work with ^^.

Thank you for taking the time to answer me.