Skip to main content
The Deno 2 Release Candidate is here
Learn more
method ProfileHelper.prototype.playerHasRecievedGift
Re-export
import { ProfileHelper } from "https://deno.land/x/sptaki@1.2.0/helpers/mod.ts";

Check if profile has recieved a gift by id

Parameters

playerId: string

Player profile to check for gift

giftId: string

Gift to check for

Returns

boolean

True if player has recieved gift previously