Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki documentation

Installation

Node.js 18.0.0 or newer is required.

npm install antiland

Wiki

More information here.

Example usage

import antiland, { Client } from "antiland";

// const { Client } = antiland;

const client = new Client();

client.on("ready", function() {
    console.log("Ready!");
});

client.on("message", function(data) {
    console.log(data);
});

client.login("token");

// client.login({
//     username: "Guest",
//     password: "password"
// })

Releases

Sponsor this project

Packages

Used by

Contributors

Languages