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 1.2 kB

9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
9 years ago
12345678910111213141516171819202122
  1. # Discord.Net v0.7.3-beta4
  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 version 3
  6. - Supports .Net 4.5 and DNX 4.5.1
  7. - Server Management (Servers, Channels, Messages, Invites, Roles, Users)
  8. - Send/Receieve 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. - Due to current Discord restrictions, private messages are blocked unless both the sender and recipient are members of the same server.
  17. - The Message cache does not currently clean up when their entries are no longer referenced, and there is currently no cap to it. For now, disconnecting and reconnecting will clear all caches.
  18. - DNX Core 5.0 is experiencing several network-related issues and support has been temporarily dropped.