Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 465 Bytes

donbot

version license

Featuers

  • Command chaining
  • Advanced alias scripting
  • Modules
  • Advanced permissions
  • Flag and positional arguments

Installation

$ npm install danlionis/donbot

Quickstart

const { Bot } = require("donbot");

let bot = new Bot();

bot.login("--your-token-here--");