1.1.14 • Published 7 months ago

revkit v1.1.14

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

The main module.

RevKit

npm

Quick Example

import { Client } from "revkit";

const bot = new Client();

bot.on("ready", () => {
  console.log(`${bot.user.username} is online!`);
});

bot.on("message", (message) => {
  if (message.isUser() && message.content == "!ping") {
    message.reply("pong");
  }
});

bot.login(process.env.TOKEN, "bot");
1.1.12

7 months ago

1.1.11

8 months ago

1.1.14

7 months ago

1.1.13

7 months ago

1.1.9

8 months ago

1.1.8

8 months ago

1.1.10

8 months ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago