Skip to content
/ banbot Public

Ban monitoring for better chat moderation

Notifications You must be signed in to change notification settings

Bun/banbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ban monitor bot

This experimental bot is intended to to make cross-channel moderation easier by collecting bans/timeouts and announcing them to a collection channel.

Installation

This bot requires node and npm:

cd banbot
npm install

Running

Copy config.example.js to config.js and modify it to fit your needs. To run the bot:

cd banbot
node .

Tips: you can define your own formatLong function in the configuration file to link to (for example) and online log viewer. Just copy the function from banbot.js and modify it in the configuration. You can also define your own message prefixes for bans/timeouts. Check the code for all config values!

About

Ban monitoring for better chat moderation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published