Error while compiling with 7 Days to DieSolved

Running 7DTD server v18.2 B5

Latest version of Oxide and mods/extension 

Error while compiling: DiscordCore.cs(996,30): error CS0161: `Oxide.Plugins.DiscordCore.GetAllDms()': not all code paths return a value​

I have redownloaded the plugin a couple times just in case it was a bad download, not sure what is causing this.
Looks like a reference isn't referenced by default in Oxide for that game. You can fix it by adding this to the very top of the plugin:

// Reference: System.Xml.Linq

I'll add the default reference in the next Oxide build.
Locked automatically