From afae8a76baaf1af224c1f80d576e18b9cceec9d3 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 16 Nov 2015 14:38:07 -0600 Subject: [PATCH] Cleanup. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b3a6294..41d87ae 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ A Discord API for Golang -Discordgo provides an almost complete low-level Golang interface to the Discord -REST and Websocket API layers. The majority of both of these interfaces are -complete and I should have the remaining functions finished soon. +Discordgo provides a mostly complete low-level Golang interface to the Discord +REST and Websocket API. -# Example + +# Usage Example ```go package main @@ -71,12 +71,12 @@ Low level functions exist for the majority of the REST and Websocket API. * List Guild Members * Receive/Send Messages to Channels -# What's Left +# What's Unfinished -* Permissions related functions. * Editing User Profile settings -* Voice Channel support. +* Permissions related functions. * Functions for Maintenance Status +* Voice Channel support. # Credits