-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
And this fill fix it.
I've left the original code in a comment so you can see what I edited.
I've also put in a way to fix the typo in "Achieved" as the function was misspelled as "Acheived", however I did so on a way that nobody using this module should fear that their original code won't work. 😉
function _:trophies_addAcheived(trophy_id)
-- return json:decode(self:request("trophies/?&trophy_id=" .. trophy_id .. self.user.idstring)).response
return json:decode(self:request("trophies/add-achieved/?&trophy_id=" .. trophy_id .. self.user.idstring)).response
end
_.addAchieved = _.addAcheivedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels