소스 검색

Fix comment.

Chris Rhodes 9 년 전
부모
커밋
bf5ca4d690
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      discord.go

+ 1 - 2
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
 }