rich presence!!

This commit is contained in:
Hailey
2020-10-10 08:43:22 +10:00
parent 67abf35a28
commit 995fd7fee9
7 changed files with 311 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ function ModeSelectScene:new()
ruleset = current_ruleset,
select = "mode",
}
presence.details = "In menus"
presence.state = "Choosing a mode"
discordRPC.updatePresence(presence)
end
function ModeSelectScene:update()