1.1.1 • Published 6 years ago

discord.js-action-logger v1.1.1

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

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);
});