Browse Source

Cleaned up links, added NuGet packages

tags/docs-0.9
RogueException 9 years ago
parent
commit
81256407d3
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      README.md

+ 5
- 4
README.md View File

@@ -1,7 +1,7 @@
# Discord.Net v0.4.1 # Discord.Net v0.4.1
An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).


Join the discussion for this library and other API wrappers at https://discord.gg/0SBTUU1wZTV9JAsL.
[Join the discussion](https://discord.gg/0SBTUU1wZTVjAMPx) on Discord.


### This is an alpha! ### This is an alpha!
The Discord API is still in active development, meaning this library may break at any time without notice. The Discord API is still in active development, meaning this library may break at any time without notice.
@@ -15,10 +15,11 @@ Discord.Net itself is also in early development so several functions may be unst
- Creating/Destroying Channels (text, void or PM) - Creating/Destroying Channels (text, void or PM)
- Kick/Ban/Unban/Mute/Unmute/Deafen/Undeafen Users - Kick/Ban/Unban/Mute/Unmute/Deafen/Undeafen Users
- Several Discord Events - Several Discord Events
- Supports both .Net 4.5, DNX 4.5, and DNX Core 5.0
- Supports .Net 4.5, DNX 4.5.1, and DNX Core 5.0


### Upcoming
- Modifying User/Channel/Server Settings
### NuGet Packages
- [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
- [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/)


### Example (Echo Client) ### Example (Echo Client)
``` ```


Loading…
Cancel
Save