Hello, I have been attempting to get the API to work with another plugin, as to play around with the application of your plugin on other's of mine.
Whilst doing so, I looked at it and had seen that you posted
Now I took this and made this
Could you help me out @Slut, that'd be greatly appreciated!
Whilst doing so, I looked at it and had seen that you posted
DiscordMessages?.Call("API_SendTextMessage", (string)WebhookURL, (string)Message, (optional bool)TextToSpeech, (optional Plugin)Plugin);As an example.Now I took this and made this
DiscordMessages?.Call("API_SendTextMessage", (string)"not here for obvious reasons", $"Player {player.displayName} ({player.userID}) got a case.", this);I am referencing the plugin, but I cannot get this to work.Could you help me out @Slut, that'd be greatly appreciated!