1.0.4 • Published 3 years ago

report-bot v1.0.4

Weekly downloads
54
License
ISC
Repository
github
Last release
3 years ago

Discord Report Bot

totalDownloads weeklyDownloads version license GitHub stars

What is this?

ReportBot is a module that allows you to create Discord Daily Reports easily!

You can add which role of users can report and in the end of the day the bot will display which users finished their reports which not.

You can choose the schedule for the reports and the resets for new reports.

You also don't need to write any bot code if you want! You can also use this module alone. You just need a Discord Bot Token!

Installation

npm i report-bot --save

IMPORTANT NOTE

You have to turn on "Server Members Intent" option to use this package properly.

ReportBotWarningImage

Image Example

ReportBotExampleImage

Usage

See documentation for detailed information!

const { ReportBot } = require("report-bot");

const RB = new ReportBot;

RB.init("TOKEN", "GUILD", "KEYWORD");

RB.getUsers("ROLE", "CRONJOB");

RB.scheduledMessage("CHANNEL", "CRONJOB");

RB.changeCard("COLOR", "TITLE", "URL", "AUTHOR", "ICON", "DESCRIPTION", "FOOTER", "FOOTER_ICON");

RB.alertUsers("CRONJOB", "MESSAGE");

Useful Links

Contact Me For More Help

づ。 ◕‿◕。) づ