APIKeyException: Please supply a valid API keyNot An Issue

1/2/2020 1:17:21 PM|Error|WebSocket.close|Oxide.Ext.Discord.Exceptions.APIKeyException: Error! Please supply a valid API key!
at Oxide.Ext.Discord.WebSockets.SocketListner.SocketClosed (System.Object sender, WebSocketSharp.CloseEventArgs e) [0x00018] in :0
at WebSocketSharp.Ext.Emit[TEventArgs] (System.EventHandler`1[TEventArgs] eventHandler, System.Object sender, TEventArgs e) [0x00009] in <8fe7f8665ff548909c2f26d557e5093a>:0
at WebSocketSharp.WebSocket.close (WebSocketSharp.CloseEventArgs e, System.Boolean send, System.Boolean receive, System.Boolean received) [0x000f1] in <8fe7f8665ff548909c2f26d557e5093a>:0

Looks like your API key is not valid.

There is also an error in the file for Discord Core:

Error while compiling: DiscordCore.cs(1005,28): error CS1061: Type `Oxide.Ext.Discord.DiscordClient' does not contain a definition for `DMs' and no extension method `DMs' of type `Oxide.Ext.Discord.DiscordClient' could be found. Are you missing an assembly reference?

Looks like you have not supplied a valid API key (this is something you get and set) and are using an outdated version of the Discord extension.
Locked automatically