Skip to content

Commit

Permalink
fix: typo in comment to New function
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Feb 15, 2022
1 parent a8b3510 commit 3f0e0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord.go
Expand Up @@ -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 ..."
Expand Down

0 comments on commit 3f0e0f8

Please sign in to comment.