Still getting the following error in the chat, not sure if its related or not:
Failed to call hook 'OnPlayerChat' on plugin 'Rustcord v1.8.3' (ArgumentNullException: Value cannot be null. Parameter name: source) at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate, System.Boolean& found) [0x0000d] in :0
at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00000] in :0
at Oxide.Plugins.Rustcord+c__AnonStorey9.<>m__0 (Oxide.Ext.Discord.DiscordObjects.Guild x) [0x00006] in :0
at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate, System.Boolean& found) [0x0003f] in :0
at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00000] in :0
at Oxide.Plugins.Rustcord.GetChannel (Oxide.Ext.Discord.DiscordClient c, System.String chan_id, System.Action`1[T] cb, System.String guildid) [0x00026] in :0
at Oxide.Plugins.Rustcord+c__AnonStorey1.<>m__0 (Oxide.Plugins.Rustcord+Settings+Channel ch) [0x00017] in :0
at System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) [0x00024] in :0
at Oxide.Plugins.Rustcord.OnPlayerChat (ConsoleSystem+Arg arg) [0x001ea] in :0
at Oxide.Plugins.Rustcord.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00309] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>