Plugin not loading on server start
The plugin is not loading on server start.  I get the following message in console:

Error while compiling: DiscordStatus.cs(84,21): error CS0117: `Oxide.Plugins.Discord' does not contain a definition for
`CloseClient'
You need to have the Discord extension installed er the requirement noted on the plugin page.
I have the discord extension installed.
Are you sure? Does it show any errors in your logs? The error indicates you do not have it loaded else you have the Discord API plugin installed instead of the extension mentioned.
Yes I have it in the Managed folder of my rust server.  I also have the Discord.cs plugin loaded.  Could that be causing it not to load?

Merged post

I figured it out.  I had to remove the Discord API plugin to get it to load when the server starts.
Yeah, because both the Discord API plugin and the Discord extension share the same name, they will conflict. The plugin needs to be renamed.