1.0.0 • Published 11 months ago

aoigit v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago
//aoi setup
const { AoiClient } = require("aoi.js");

const client = new AoiClient({
  token: "Discord Bot Token",
  prefix: "Discord Bot Prefix",
  intents: ["MessageContent", "Guilds", "GuildMessages"],
  events: ["onMessage", "onInteractionCreate"],
  database: {
    type: "aoi.db",
    db: require("@akarui/aoi.db"),
    dbType: "KeyValue",
    tables: ["main"],
    securityKey: "a-32-characters-long-string-here",
  }
});

//aoi.git setup
const { AoiGit } = require("aoi.git");
const aoigit = new AoiGit({
  client: client, // or bot as per your config
});
  • $gitCommit
  • kauzx00
1.0.0

11 months ago