From ddfeefaf75c317e057bc870a2aaa8c98d9d51431 Mon Sep 17 00:00:00 2001 From: Chris Rhodes Date: Wed, 23 Nov 2016 17:18:05 -0800 Subject: [PATCH] Update discord.go --- discord.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord.go b/discord.go index d1cfddf..cc0ebd5 100644 --- a/discord.go +++ b/discord.go @@ -27,6 +27,8 @@ const VERSION = "0.13.0" // There are 3 ways to call New: // With a single auth token - All requests will use the token blindly, // no verification of the token will be done and requests may fail. +// IF THE TOKEN IS FOR A BOT, IT MUST BE PREFIXED WITH `BOT ` +// eg: `"Bot "` // With an email and password - Discord will sign in with the provided // credentials. // With an email, password and auth token - Discord will verify the auth