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.