0.2.6 • Published 1 year ago

aoimyu.js v0.2.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago
  • V5 Supported
  • V6 Supported

  • how install packge aoimyuko

npm i aoimyu.js
  • Setup aoimyu in aoi.js

const { AoiClient } = require("aoi.js");

const bot = new AoiClient({
  token: "DISCORD_BOT_TOKEN",
  intents: ["GUILDS", "GUILD_MESSAGES"],
  prefix: "DISCORD_BOT_PREFIX",
});

const { Plugins } = require("aoimyu.js");
const plugins = new Plugins({
  bot: bot,
  version: "V6", // V5 or V6
});

plugins.loadPlugins();

bot.onMessage();

bot.command({
  name: "func",
  code: `$functionName[$title;name]`,
});

// $title

there is another function, later. coming soon

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago