1.0.1 • Published 1 year ago

aoi-utils v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Aoi-Utils

Usage

const aoijs = require("aoi.js");
const { onlyServerCommand } = require("aoi-utils");

const bot = new aoijs.AoiClient({
  token: "Discord Bot Token",
  prefix: "Discord Bot Prefix",
  intents: ["MessageContent", "Guilds", "GuildMessages"],
  events: ["onMessage"],
});

onlyServerCommand(bot);

bot.command({
  name: "ping",
  code: `$ping`
});
1.0.1

1 year ago

1.0.0

1 year ago