I have tried the webhook. In several different ways. I've even added perameters to Discord Messages to sync the two. With no anvil.
I have started to see a strange error occuring aswell:
Failed to call hook 'API_SendTextMessage' on plugin 'DiscordMessages v2.1.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.DiscordMessages+FancyMessage.ToJson () [0x00000] in <5d473b876a6e42e195749e3db94d8a20>:0
at Oxide.Plugins.DiscordMessages+Request..ctor (System.String url, Oxide.Plugins.DiscordMessages+FancyMessage message, Oxide.Core.Plugins.Plugin plugin) [0x0000d] in <5d473b876a6e42e195749e3db94d8a20>:0
at Oxide.Plugins.DiscordMessages+Request.Send (System.String url, Oxide.Plugins.DiscordMessages+FancyMessage message, Oxide.Core.Plugins.Plugin plugin) [0x00000] in <5d473b876a6e42e195749e3db94d8a20>:0
at Oxide.Plugins.DiscordMessages.API_SendTextMessage (System.String webhookUrl, System.String content, System.Boolean tts, Oxide.Core.Plugins.Plugin plugin) [0x00012] in <5d473b876a6e42e195749e3db94d8a20>:0
at Oxide.Plugins.DiscordMessages.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00c12] in <5d473b876a6e42e195749e3db94d8a20>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <98321e516fc1420ea57d4d2088213a59>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ac41dd3599754d448b8c218b34645820>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ac41dd3599754d448b8c218b34645820>:0
Is there a method that you usually use to connect a new mod with Discord Messages?