From efb6676c0a0048cca2bb06ef3dbe336801141686 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Thu, 7 Jan 2021 12:39:18 -0500 Subject: [PATCH] Can't update a constant --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8a24a25..e32ef35 100644 --- a/main.go +++ b/main.go @@ -155,7 +155,7 @@ func runPurge(s *discordgo.Session) { func ready(s *discordgo.Session, event *discordgo.Ready) { // Set the playing status. - s.UpdateStatus(0, "DreamDaddy v1.3") + s.UpdateStatus(0, "DreamDaddy v2.0") } func guildMemberUpdate(s *discordgo.Session, m *discordgo.GuildMemberUpdate) {