Getting this in my console. Not sure if its causing any issues at the moment.
[Discord Core] WebSocketError: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) [0x0000b] in :0
at System.Collections.Generic.List`1+Enumerator[T].MoveNextRare () [0x00013] in :0
at System.Collections.Generic.List`1+Enumerator[T].MoveNext () [0x0004a] in :0
at System.Linq.Enumerable+WhereListIterator`1[TSource].MoveNext () [0x0004e] in :0
at Oxide.Ext.Discord.DiscordClient.CallHook (System.String hookname, Oxide.Core.Plugins.Plugin specificPlugin, System.Object[] args) [0x0008c] in :0
at Oxide.Ext.Discord.WebSockets.SocketListner.SocketMessage (System.Object sender, WebSocketSharp.MessageEventArgs e) [0x00c14] in :0
at WebSocketSharp.Ext.Emit[TEventArgs] (System.EventHandler`1[TEventArgs] eventHandler, System.Object sender, TEventArgs e) [0x00009] in <8fe7f8665ff548909c2f26d557e5093a>:0
at WebSocketSharp.WebSocket.messagec (WebSocketSharp.MessageEventArgs e) [0x00003] in <8fe7f8665ff548909c2f26d557e5093a>:0
An exception has occurred during an OnMessage event.