From db7a34f303989b3f6f40c3fa4ecc73294a7658b8 Mon Sep 17 00:00:00 2001 From: Tobias Messner Date: Thu, 30 Apr 2020 23:22:18 +0200 Subject: [PATCH] Fix typo in PingPong example (#767) --- examples/pingpong/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pingpong/main.go b/examples/pingpong/main.go index 155e782f1..f3000be98 100644 --- a/examples/pingpong/main.go +++ b/examples/pingpong/main.go @@ -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