소스 검색

fix: typo in comment to New function

nitroflap 3 년 전
부모
커밋
3f0e0f8650
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      discord.go

+ 1 - 1
discord.go

@@ -23,7 +23,7 @@ import (
 const VERSION = "0.23.0"
 
 // New creates a new Discord session with provided token.
-// If the token is for a bot, it must be prefixed with "Bot ".
+// If the token is for a bot, it must be prefixed with "Bot "
 // 		e.g. "Bot ..."
 // Or if it is an OAuth2 token, it must be prefixed with "Bearer "
 //		e.g. "Bearer ..."