Skip to content

Commit

Permalink
Fix typo in PingPong example (bwmarrin#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
zusorio authored Apr 30, 2020
1 parent 2eedf63 commit db7a34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pingpong/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {
}

// This function will be called (due to AddHandler above) every time a new
// message is created on any channel that the autenticated bot has access to.
// message is created on any channel that the authenticated bot has access to.
func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {

// Ignore all messages created by the bot itself
Expand Down

0 comments on commit db7a34f

Please sign in to comment.