1.1.0 • Published 6 years ago

quick.log-discord v1.1.0

Weekly downloads
42
License
ISC
Repository
github
Last release
6 years ago

Quick.log-discord

Note: This package is under development and will be updated frequently.

Now supports markdown in .send! Example

This package is meant to provide an easy way view and send logs to a webpage. You can view our Trello roadmap here!

Installation

npm install quick.log-discord

Require Package

var log = require('quick.log-discord')

Webpage Viewable

localhost:8080

Contributions Thank you, Morfixx - General Bugtesting & New Feature Ideas

Usage

Send Log

log.send('message')

Example Output

const log = require('./index.js')

log.send('#Supports Markdown!')
log.send('##Updates in real-time!')
log.send('###Viewable from any browser!')

// Counter
let i = 0

let func = setInterval(function () {

    // Send Message
    log.send(`**${i}** | *Random #* = \`${Math.random()}\``)

    i++
}, 500)

Updates

1.1.0 - Injection Bug Fix 1.0.0 - First release

Projects Using quick.log

Infinitude - A fully customizable, modular, multi-use discord bot. - By TrueXPixels