Hi Slut
Im using this plugin in my Update Notice plugin for RUST. I want to discontinue my own build in discord messages and use your plugin.
The problem I have is that the API not working, i can use the /message command without a problem.
Is there any other resource I need to use with the API? I use the basic configuration with this code:
Is there somthing im missing?
Im using this plugin in my Update Notice plugin for RUST. I want to discontinue my own build in discord messages and use your plugin.
The problem I have is that the API not working, i can use the /message command without a problem.
Is there any other resource I need to use with the API? I use the basic configuration with this code:
[PluginReference]
Plugin DiscordMessages;
private void SendToDiscord(string message)
{
DiscordMessages?.Call("API_SendTextMessage", "https://discordapp.com/api/webhooks/xxx", message);
}Is there somthing im missing?