@dunnbot/logger
v4.0.2
Published
Dunnbot plugin to log channel activity to database & stdout.
Downloads
2
Readme
@dunnbot/logger
Dunnbot plugin to log channel activity to database & stdout.
Install
yarn add @dunnbot/logger
Or if you don't have yarn
npm install --save @dunnbot/logger
Usage
import Dunnbot from 'dunnbot'
import Logger from '@dunnbot/logger'
const bot = new Dunnbot('irc.freenode.net:6667', { ... })
bot.use(Logger)
bot.start()