Snow RPC now used

pull/37/head
Ishaan Bhardwaj 2021-09-26 23:12:05 -04:00
parent b8d43e38b7
commit 1336ea00e4
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@ function TitleScene:onInputPress(e)
self.text = self.text .. (e.scancode ~= nil and e.scancode or "")
if self.text == "ffffff" then
self.text_flag = true
DiscordRPC:update({
largeImageKey = "snow"
})
end
end
end