0.12.2 • Published 1 year ago

@framedjs/core v0.12.2

Weekly downloads
123
License
-
Repository
github
Last release
1 year ago

Framed.js

Table of Contents

About

Framed.js is a bot framework, built with TypeScript.

Installation

To install: npm install @framedjs/core

Example

import { Client, DatabaseManager } from "@framedjs/core";

const client = new Client({
  defaultConnection: {
    type: "sqlite",
    database: "../data/FramedDB.sqlite",
    synchronize: true,
    entities: [DatabaseManager.defaultEntitiesPath],
  },
  defaultPrefix: "!",
  appVersion: "0.1.0",
});

client.plugins.loadPluginsIn({
  dirname: path.join(__dirname, "plugins"),
  filter: /^(.+plugin)\.(js|ts)$/,
  excludeDirs: /^(.*)\.(git|svn)$|^(.*)subcommands(.*)$/,
});

client.login([
  {
    type: "discord",
    discord: {
      token: "token",
    },
  },
]);
0.13.0-next.3

1 year ago

0.12.2

2 years ago

0.13.0-next.1

1 year ago

0.13.0-next.2

1 year ago

0.12.0

2 years ago

0.12.1

2 years ago

0.13.0-next.0

2 years ago

0.12.0-next.9

2 years ago

0.12.0-next.8

2 years ago

0.12.0-next.7

2 years ago

0.12.0-next.6

2 years ago

0.11.0

2 years ago

0.11.1

2 years ago

0.12.0-next.2

2 years ago

0.12.0-next.1

2 years ago

0.12.0-next.0

2 years ago

0.12.0-next.5

2 years ago

0.12.0-next.4

2 years ago

0.12.0-next.3

2 years ago

0.10.1

2 years ago

0.10.0

2 years ago

0.10.0-next.5

2 years ago

0.10.0-next.6

2 years ago

0.10.0-next.4

2 years ago

0.10.0-next.3

2 years ago

0.10.0-next.2

2 years ago

0.9.0-next.5

2 years ago

0.10.0-next.1

2 years ago

0.10.0-next.0

2 years ago

0.9.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.9.0-next.0

2 years ago

0.9.0-next.2

2 years ago

0.9.0-next.1

2 years ago

0.9.0-next.4

2 years ago

0.9.0-next.3

2 years ago

0.8.2

2 years ago

0.8.0-next.7

3 years ago

0.8.1

2 years ago

0.8.0

3 years ago

0.8.0-next.6

3 years ago

0.8.0-next.4

3 years ago

0.8.0-next.5

3 years ago

0.8.0-next.3

3 years ago

0.8.0-next.2

3 years ago

0.8.0-next.0

3 years ago

0.8.0-next.1

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.3.0-next.6

3 years ago

0.3.0-next.5

3 years ago

0.3.0-next.4

3 years ago

0.3.0-next.3

3 years ago

0.3.0-next.2

3 years ago

0.3.0-next.1

3 years ago

0.3.0-next.0

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago