Rustcord wont load in server

rust cord plugin wont load

pulled error

Oxide.Ext.Discord is referenced by Rustcord plugin but is not loaded
[CSharp] Started Oxide.Compiler v*.*.*.* successfully
Ignored unexpected plugin compilation failure: Rustcord

went and updated discord.dll plugin and now get this error - plugin still wont load
Oxide.Ext.Discord is referenced by Rustcord plugin but is not loaded
[CSharp] Started Oxide.Compiler v*.*.*.* successfully
Oxide.Ext.Discord is referenced by Rustcord plugin but is not loaded
Ignored unexpected plugin compilation failure: Rustcord
Error while compiling Rustcord: Compiler threw a error: System.NullReferenceException: Object reference not set to an instance of an object
  at Oxide.CSharp.CompilerService.OnMessage (ObjectStream.ObjectStreamConnection`2[TRead,TWrite] connection, ObjectStream.Data.CompilerMessage message) [0x00426] in <9c80d821d00a44c9a24497c73ad2d20d>:0 
  at ObjectStream.ObjectStreamClient`2[TRead,TWrite].OnReceiveMessage (ObjectStream.ObjectStreamConnection`2[TRead,TWrite] connection, TRead message) [0x00008] in <9c80d821d00a44c9a24497c73ad2d20d>:0 
  at ObjectStream.ObjectStreamConnection`2[TRead,TWrite].ReadStream () [0x00018] in <9c80d821d00a44c9a24497c73ad2d20d>:0 
  at ObjectStream.Threading.Worker.DoWorkImpl (System.Object oAction) [0x00014] in <9c80d821d00a44c9a24497c73ad2d20d>:0 
Ignored unexpected plugin compilation failure: Rustcord
Error while compiling Rustcord: Compiler threw a error: System.NullReferenceException: Object reference not set to an instance of an object
  at Oxide.CSharp.CompilerService.OnMessage (ObjectStream.ObjectStreamConnection`2[TRead,TWrite] connection, ObjectStream.Data.CompilerMessage message) [0x00426] in <9c80d821d00a44c9a24497c73ad2d20d>:0 
  at ObjectStream.ObjectStreamClient`2[TRead,TWrite].OnReceiveMessage (ObjectStream.ObjectStreamConnection`2[TRead,TWrite] connection, TRead message) [0x00008] in <9c80d821d00a44c9a24497c73ad2d20d>:0 
  at ObjectStream.ObjectStreamConnection`2[TRead,TWrite].ReadStream () [0x00018] in <9c80d821d00a44c9a24497c73ad2d20d>:0 
  at ObjectStream.Threading.Worker.DoWorkImpl (System.Object oAction) [0x00014] in <9c80d821d00a44c9a24497c73ad2d20d>:0 

getting this error too, and i updated to 3.1.5 

I am not sure why but I am also getting a message but it seems it is not the same; maybe because I have carbon??

(03:36:43) | Failed compiling 'DiscordChat.cs':
(03:36:43) | 1. The type or namespace name 'Discord' does not exist in the namespace 'Oxide.Ext' (are you missing an assembly reference?) [CS0234]
(DiscordChat 17 line 8)
(03:36:43) | 2. The type or namespace name 'IDiscordPlugin' could not be found (are you missing a using directive or an assembly reference?) [CS0246]
(DiscordChat 57 line 30)
(03:36:43) | 3. The name 'DiscordExtHooks' does not exist in the current context [CS0103]
(DiscordChat 21 line 136)
(03:36:43) | 4. 'IPlayer' does not contain a definition for 'GetDiscordUser' and no accessible extension method 'GetDiscordUser' accepting a first argument of type 'IPlayer' could be found (are you missing a using directive or an assembly reference?) [CS1061]
(DiscordChat 55 line 43)