Oxide.Plugins.Discord does not contain a definition for CloseClientNot An Issue

i have been having this issue for the past 2 days. i have to manually reload the mod after every restart for it to start working. any help would be appreciated!

Error while compiling: DiscordCore.cs(169,21): error CS0117: `Oxide.Plugins.Discord' does not contain a definition for `CloseClient'

Please update the Discord extension.

after updating the mod i now get these messaegs all in a row.

 

Error while compiling: DiscordAuth.cs(467,47): error CS0117: `Oxide.Plugins.Discord' does not contain a definition for `CloseClient'
Error while compiling: DiscordCore.cs(171,21): error CS0117: `Oxide.Plugins.Discord' does not contain a definition for `CloseClient'
Error while compiling: DiscordStatus.cs(100,42): error CS0117: `Oxide.Plugins.Discord' does not contain a definition for `CloseClient'
Error while compiling: DiscordSync.cs(147,24): error CS0117: `Oxide.Plugins.Discord' does not contain a definition for `CloseClient'

Make sure you aren't also using the Discord API plugin.

nope not using DiscordAPI

 

im using 

Discord, DiscordAuth, DiscordChat, DiscordCore, DiscordCoreRoles, DiscordPlayers, DiscordStatus, DiscordSync and DiscordWipe.

what would you reccomend i do to fix this?

i have to manually reload all the plugins after every restart at the moment

The problem is Discord Plugin is not compiling before Discord Core which is causing issues, but only on Server Init. Like ScreamingStar says after they fail to load on Server init, you have to manually reload them in the correct order for everthing to work. Very Annoying.
You should be using the Discord extension, not the Discord plugin.
That would imply that the Discord extension is either not installed, not up-to-date, or the Discord API plugin is installed as well/instead.
@Wulf in my case it is installed, installed it 5 days ago and I do not see any activity on the GitHub in the last week except Tricky updated the Readme.md, and Yes Discord API Plugin is also installed. What does having the Discord Api plugin have to do with a missing definition error?
Locked automatically