This commit is contained in:
Cynthia Foxwell 2023-07-16 18:05:04 -06:00
parent a584139c81
commit e3fc322980
4 changed files with 174 additions and 5 deletions

View file

@ -442,7 +442,7 @@ func SwitchGuild(session *discordgo.Session, input string) {
ListChannelsCommand(session)
ListUsersCommand(session)
// TODO: update presence
lib.UpdatePresence(session)
}
}
}
@ -486,7 +486,7 @@ func SwitchChannelsCommand(session *discordgo.Session) {
ListUsersCommand(session)
// TODO: update presence
lib.UpdatePresence(session)
}
}
})