1.0.6 • Published 3 years ago

discord-logger-js v1.0.6

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

discord-logger-js

A discord logger, it logs output from server app to discord channel.

Installation:

npm install discord-logger-js

Usage:

The javascript discipline used in this package is ES6 where the package.json set to "type": "module"

import discord_logger from "discord-logger-js";

let _ = new discord_logger("app_name", "${URL_DISCORD_CHANNEL_WEBHOOK_URL}");

_.to_discord("testing", 2000);
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago