You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 849 B

10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
1234567891011121314151617181920
  1. # Discord.Net v0.9.0-Alpha2
  2. An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
  3. Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
  4. ### Current Features
  5. - Using Discord API v3
  6. - Supports .Net Framework 4.5 and .Net Core 5.0
  7. - Server Management (Servers, Channels, Messages, Invites, Roles, Users)
  8. - Send/Receive Messages (Including mentions and formatting)
  9. - Basic Voice Support (Outgoing only)
  10. - Command extension library (Supports permission levels)
  11. ### Installation
  12. You can download Discord.Net from NuGet:
  13. - [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
  14. - [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/)
  15. ### Known Issues
  16. - .Net Core support is incomplete on non-Windows systems