1.0.0 • Published 6 years ago

@battlemanmk2/botclass v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@battlemanmk2/botclass

npm

A custom class for Discord bots to be used with Mongoose schemas

Install

$ npm install @battlemanmk2/botclass

Usage

const Bot = require('@battlemanmk2/botclass');
const bot = new Bot('tempBot', '!');
bot.saveToDatabase(mongooseConnection);
1.0.1

6 years ago

1.0.0

6 years ago