discord.js-action-logger

1.1.1 • Public • Published

Discord.js Action Logger

A template for action logs with Discord.js.

Installation

It's on NPM, so you can just do this:

npm install discord.js-action-logger --save

Usage

Call the function like this:

const actlog = require("discord.js-action-logger");
actlog("Kick", channel, moderationMessage, actedUpon, reason).then(resolved => {
	console.log("Everything is all good!", resolved);
});

/discord.js-action-logger/

    Package Sidebar

    Install

    npm i discord.js-action-logger

    Weekly Downloads

    1

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    3.15 kB

    Total Files

    4

    Last publish

    Collaborators

    • haykam821