1.0.0 • Published 4 years ago

@battlemanmk2/botclass v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.0

4 years ago