Updating from 3.2.5Solved

Added the config lines instructed in the patch notes, still receive the following when attempting to compile:

Failed to call hook 'OnDiscordClientCreated' on plugin 'Rustcord v3.3.1' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Rustcord.SubscribeHooks () [0x00511] in <3dd2024ec7a6402992288ba381cc3307>:0

at Oxide.Plugins.Rustcord.OnDiscordClientCreated () [0x0010e] in <3dd2024ec7a6402992288ba381cc3307>:0

at Oxide.Plugins.Rustcord.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00a1c] in <3dd2024ec7a6402992288ba381cc3307>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0

Loaded plugin Rustcord v3.3.1 by Kirollos & OuTSMoKE
[Discord Extension] [Info]: Discord socket opened!
[Discord Extension] [Info]: Your bot was found in 1 Guilds!
Failed to call hook 'OnDiscordGatewayReady' on plugin 'Rustcord v3.3.1' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Rustcord.SubscribeHooks () [0x00511] in <3dd2024ec7a6402992288ba381cc3307>:0

at Oxide.Plugins.Rustcord.OnDiscordGatewayReady (Oxide.Ext.Discord.Entities.Gatway.Events.GatewayReadyEvent rdy) [0x00011] in <3dd2024ec7a6402992288ba381cc3307>:0

at Oxide.Plugins.Rustcord.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00a58] in <3dd2024ec7a6402992288ba381cc3307>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0

I just recompiled a fresh config

EDIT: I'm a fool and didn't read your reply.

Locked automatically