1.0.6 • Published 2 years ago

replcraft.ts v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

ReplCraft.TS

ReplCraft.TS is a library to interact with the Replit mc server.
Syntax inspired by discord.js

Installation

As simple as npm install --save replcraft.ts

Usage

Create a client instance with:

import ReplClient from "replcraft.ts";
const client = new ReplClient();

client.login(process.env.TOKEN);

or without import statements:

const ReplClient = require('replcraft.ts').default;

Full documentation can be found in /docs/classes/Client.md See an example at /examples/test.ts

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago