const { AoiClient } = require("aoi.js");
const client = new AoiClient({
token: "Discord Bot Token",
prefix: "Discord Bot Prefix",
intents: ["MessageContent", "Guilds", "GuildMessages"],
events: ["onMessage", "onInteractionCreate"],
db: require("@akarui/aoi.db"),
securityKey: "a-32-characters-long-string-here",
const aoijikan = require("aoi.jikan");
client: client, // or bot as per your config
errorsType: "message", // or "console"
version: "v1", //the latest and only
token: "WAIFU API TOKEN" // It's OPTIONAL! Use only if you wanna access the API's commands.