Skip to main content
Deno 2 is finally here 🎉️
Learn more
method GiftService.prototype.sendGiftToPlayer
Re-export
import { GiftService } from "https://deno.land/x/sptaki@1.2.0/services/mod.ts";

Send player a gift from a range of sources

Parameters

playerId: string

Player to send gift to / sessionId

giftId: string

Id of gift in configs/gifts.json to send player

Returns

outcome of sending gift to player