From 657ac048fe60e332fb93351f26a439145930ba89 Mon Sep 17 00:00:00 2001 From: Carson Hoffman Date: Wed, 20 Jan 2021 19:33:43 -0500 Subject: [PATCH] Switch example to use UpdateGameStatus --- examples/airhorn/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/airhorn/main.go b/examples/airhorn/main.go index 0955d64..45aaa8e 100644 --- a/examples/airhorn/main.go +++ b/examples/airhorn/main.go @@ -78,7 +78,7 @@ func main() { func ready(s *discordgo.Session, event *discordgo.Ready) { // Set the playing status. - s.UpdateStatus(0, "!airhorn") + s.UpdateGameStatus(0, "!airhorn") } // This function will be called (due to AddHandler above) every time a new