Oxide.Ext.Discord is referenced by Rustcord plugin but is not loadedNot An Issue
Hello i had DiscordMessages plugin earlier and i deleted it now, both plugin and config files.
But still Rustcord gives me this issue when starting up server or when loading it with oxide.load

Oxide.Ext.Discord is referenced by Rustcord plugin but is not loaded! An appropriate include file needs to be saved to plugins\include\Ext.Discord.cs if this extension is not required.

This plugin requires the Discord extension to be installed.
This is what the console spits out after installing this plugin.
I had an old version installed, so iremoved the old one + Configs and installed the new updated Rustcord.
I dont know if i have the updated Oxide.Ext.Discord.dll, i cant find any Link on the Plugin Main Page.

Error while compiling: Rustcord.cs(129,24): error CS1061: Type `Oxide.Ext.Discord.DiscordEvents.Ready' does not contain a definition for `User' and no extension method `User' of type `Oxide.Ext.Discord.DiscordEvents.Ready' could be found. Are you missing an assembly reference?
In response to DeliciousAce ():
This is what the console spits out after installing this plugin.
I had an old version installed...
Make sure you have updated the Discord extension.
Thanks a lot for your Reply Wulf, but i do not know where i can find this extension.

EDIT:
Okay i found it by diving on Github, https://umod.org/extensions/discord
In response to DeliciousAce ():
Thanks a lot for your Reply Wulf, but i do not know where i can find this extension.

EDIT...
Extensions link at the top of every page on this site and as linked on this plugin’s download page.

Got it :)

Thanks a lot Mate!

Locked automatically