@kotori-bot/kotori-plugin-adapter-cmd
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@kotori-bot/kotori-plugin-adapter-cmd

Base on console i/o,a method for quickly testing modules,only support private scope.

Config

interface CmdConfig extends Adapter {
  nickname?: string; // name of user(console)
  age?: string; // age of user
  sex?: 'male' | 'female'; // sex of user
  'self-nickname'?: string; // name of bot
  'self-id'?: string | number; // id of bot
}

Reference

Package Sidebar

Install

npm i @kotori-bot/kotori-plugin-adapter-cmd

Weekly Downloads

7

Version

1.1.0

License

GPL-3.0

Unpacked Size

42.2 kB

Total Files

11

Last publish

Collaborators

  • biyuehu