Error Oxide.Ext.Discord.Entities.Applications.DiscordApplication

Hello,
i got these error informations..
Please help me..

Error while compiling: DiscordCore.cs(708,26): error CS1061: Type `Oxide.Ext.Discord.Entities.Applications.DiscordApplication' does not contain a definition for `HasApplicationFlag' and no extension method `HasApplicationFlag' of type `Oxide.Ext.Discord.Entities.Applications.DiscordApplication' could be found. Are you missing an assembly reference?

Error while compiling: DiscordChat.cs(280,22): error CS1061: Type `Oxide.Ext.Discord.Entities.Applications.DiscordApplication' does not contain a definition for `HasApplicationFlag' and no extension method `HasApplicationFlag' of type `Oxide.Ext.Discord.Entities.Applications.DiscordApplication' could be found. Are you missing an assembly reference?

You need to update to the latest Discord Extension.

I am getting the following error when trying to load plugins that use the Discord extension. The Discord extension is up to date as of Thursday.

 

CS1061: Type `Oxide.Ext.Discord.Entities.Applications.DiscordApplication' does not contain a definition for `HasApplicationFlag' and no extension method `HasApplicationFlag' of type `Oxide.Ext.Discord.Entities.Applications.DiscordApplication' could be found. Are you missing an assembly reference?

It sounds like your extention is outdated, else the plugins are.

That error means your extension is not up to date. Did you do a restart after installing the update?

MJSU

That error means your extension is not up to date. Did you do a restart after installing the update?

I installed the latest version available through my server host's control panel while the server was down yesterday for the forced wipe and when it spun up initially, the discord plugins seemed to be working, but I'm getting those errors now

You can check your server log for which version you're using. Should see a message like this "Using Discord Extension Version:"

MJSU

You can check your server log for which version you're using. Should see a message like this "Using Discord Extension Version:"

Ah looks like it is using 2.0.2 for some reason. Thanks! I'll get that updated