presence
This commit is contained in:
parent
a584139c81
commit
e3fc322980
4 changed files with 174 additions and 5 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue