From bf5ca4d69061d82a77fc7c3792b88a3e5add3acb Mon Sep 17 00:00:00 2001 From: Chris Rhodes Date: Thu, 21 Jan 2016 10:59:30 -0800 Subject: [PATCH] Fix comment. --- discord.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/discord.go b/discord.go index 624aeb9..6b3f6eb 100644 --- a/discord.go +++ b/discord.go @@ -112,8 +112,7 @@ func New(args ...interface{}) (s *Session, err error) { } // The Session is now able to have RestAPI methods called on it. - // It is recommended that you now call OpenAndListen so that events - // will begin to trigger. + // It is recommended that you now call Open() so that events will trigger. return }