Received this error in console after installing and updating config:
Failed to call hook 'OnDiscordGatewayReady' on plugin 'Rustcord v3.0.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Core.Plugins.Plugin.Subscribe (System.String hook) [0x00006] in <0fbce81d88d64454b3e7abb24df7026b>:0
at Oxide.Plugins.Rustcord.SubscribeHooks () [0x00015] in <5eba005ffd3e4e7d9fb9827d0cdb9ab6>:0
at Oxide.Plugins.Rustcord.OnDiscordGatewayReady (Oxide.Ext.Discord.Entities.Gatway.Events.GatewayReadyEvent rdy) [0x00011] in <5eba005ffd3e4e7d9fb9827d0cdb9ab6>:0
at Oxide.Plugins.Rustcord.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0061d] in <5eba005ffd3e4e7d9fb9827d0cdb9ab6>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <0fbce81d88d64454b3e7abb24df7026b>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <0fbce81d88d64454b3e7abb24df7026b>:0I verified all the channel ID have been filled in. Suggestions?