quick.log-discord

1.1.0 • Public • Published

Quick.log-discord

Discord Server YouTube Channel

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

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i quick.log-discord

    Weekly Downloads

    5

    Version

    1.1.0

    License

    ISC

    Last publish

    Collaborators

    • morfixx
    • zelak312
    • truexpixels