Skip to content

ArditXhaferi/report-bot-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

づ。 ◕‿◕。) づ

About

Report Bot Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published