From 2d213377c0abc2f357beae83c68174c51e9ff122 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 2 May 2016 16:42:34 -0500 Subject: [PATCH] Add dgo link --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 21533c6..6d0f48b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ bindings to the [Discord](https://discordapp.com/) chat client API. DiscordGo has nearly complete support for all of the Discord JSON-API endpoints, websocket interface, and voice interface. +If you would like to help the discordgo package please use +[this link](https://discordapp.com/oauth2/authorize?client_id=173113690092994561&scope=bot) +to add the official discordgo test bot **dgo** to your server. This provides +indispensable help to this project. + * See [dgVoice](https://github.com/bwmarrin/dgvoice) package to extend DiscordGo with additional voice helper functions and features.