Added Kick/Ban/Mute/Deaf, cleaned Http Helper, removed a few leftovers from 0.1
This commit is contained in:
10
README.md
10
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user