From 1ae68955529859260e7b10452ec27e4374582e70 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 16 Nov 2015 16:02:35 -0600 Subject: [PATCH] Notice about unfinished library. Notes about goreportcard --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0c435e7..7db6aa3 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ func messageCreate(s *discordgo.Session, m discordgo.Message) { ``` # Documentation + +**NOTICE** : This library and the Discord API are unfinished. +Because of that there may be major changes to library functions, constants, +and structures. + - [GoDoc](https://godoc.org/github.com/bwmarrin/discordgo) - Hand crafted documentation coming soon. @@ -76,6 +81,7 @@ Low level functions exist for the majority of the REST and Websocket API. # What's Unfinished +* Make changes as needed to pass GoLint, GoVet, GoCyclo, etc. (goreportcard.com) * Editing User Profile settings * Permissions related functions. * Functions for Maintenance Status