Added Kick/Ban/Mute/Deaf, cleaned Http Helper, removed a few leftovers from 0.1

This commit is contained in:
Brandon Smith
2015-08-08 11:27:53 -03:00
parent 1c366c078b
commit d9d4d6d621
8 changed files with 192 additions and 88 deletions

View File

@@ -1,4 +1,4 @@
# Discord.Net
# Discord.Net v0.2
A .Net API Wrapper for the Discord client (http://discordapp.com).
## This is an alpha!
@@ -6,18 +6,16 @@ The Discord API is still in active development, meaning this library may break a
Discord.Net is also in early development so several functions may be unstable or not work at all.
# Features
- Login/Logout (account or anonymous)
- Accepting Invites (standard or human readable)
- Deleting Invites
- Login/Logout (with credentials or anonymous)
- Accepting/Creating/Deleting Invites (standard or human readable)
- Receiving/Sending Messages
- Creating/Destroying Servers
- Creating/Destroying Channels
- Kick/Ban/Unban/Mute/Unmute/Deafen/Undeafen Users
- Several Discord Events
# Upcoming
- Modifying User/Channel/Server Settings
- Creating Invites
- Kick/Ban/Unban/Mute/Unmute/Deafen/Undeafen
- Sending Private Messages
# Example (Echo Client)