Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/replcraft/lib/transaction.ts>Transaction#tell

A library to control special structures on the ReplCraft Minecraft server
Latest
method Transaction.prototype.tell
import { Transaction } from "https://deno.land/x/replcraft@v1.1.0/lib/transaction.ts";

Tell the player a message privately.

Parameters

message: string

Message to send to the player

Returns

Promise<void>