cordclient
TypeScript icon, indicating that this package has built-in type declarations

2.14.4 • Public • Published

CordClient

Build Status Dependencies Downloads Codacy Badge Discord Server

Discord.js framework built with TypeScript.

DocumentationSupport ServerGithub

  • 🔧 Strongly Typed
  • 🏋 It does the heavy-lifting
  • 🔰 Simple for beginners

Installation

npm i cordclient

Example usage

const { CordClient } = require('cordclient');
 
const bot = new CordClient({
    token: "...",
    owners: "",
    registry: {
        prefix: "!",
        typing: true
    }
});
 
bot.login("");

For more examples, go to the Usage file.

Contributers

Package Sidebar

Install

npm i cordclient

Weekly Downloads

6

Version

2.14.4

License

GPL-3.0

Unpacked Size

243 kB

Total Files

151

Last publish

Collaborators

  • the2dperson