fix: typo in comment to New function

This commit is contained in:
nitroflap 2022-02-15 23:42:22 +03:00
parent a8b351019f
commit 3f0e0f8650
No known key found for this signature in database
GPG key ID: 810F53DB0E0F81A8

View file

@ -23,7 +23,7 @@ import (
const VERSION = "0.23.0" const VERSION = "0.23.0"
// New creates a new Discord session with provided token. // 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 ..." // e.g. "Bot ..."
// Or if it is an OAuth2 token, it must be prefixed with "Bearer " // Or if it is an OAuth2 token, it must be prefixed with "Bearer "
// e.g. "Bearer ..." // e.g. "Bearer ..."