NetCordDev / NetCord

The modern and fully customizable C# Discord library.
https://netcord.dev
MIT License
65 stars 10 forks source link

Update README.md #6

Closed Zont1k closed 1 year ago

Zont1k commented 1 year ago

added information about downloading packages and an example code for starting the bot

csmir commented 1 year ago

Why sample here, and not in the docs? I already pr'ed discord widget and it was preferred to be moved down to a full widget below...

Zont1k commented 1 year ago

I don't see a problem with having a sample here

KubaZ2 commented 1 year ago

I think that package versions shouldn't be hardcoded. Additionally, installation process is described in the documentation. But hm, maybe it should be added here too.

The example you provided doesn't seem valid to me. CommandService<CommandContext> is created but never used. Also I am not sure if we should add code examples to readme. Examples take a lot of space.

Zont1k commented 1 year ago

Okay, you can remove the sample code and leave the nuget packages to install

KubaZ2 commented 1 year ago

I think the installation instructions are provided on nuget.org and in the docs, so this is just duplication. I don't think it should be added here. Also, I think the instructions you provided only work in the VS package manager console.