Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.07 KB

Discord BOT Plugin for BigBrotherBot [BigBrotherBot][B3]

Description

A [BigBrotherBot][B3] plugin which allows you to see kicks, bans and temp bans in your discord server.

Download

Latest version available here.

Requirements

In order for this plugin to work you need to have B3 *v1.10.11 * installed (or greater).

Installation

  • copy the discordban.py folder into b3/extplugins

  • add to the plugins section of your b3.xml config file:

    <plugin name="discordban" config="@b3/extplugins/conf/plugin_discordban.xml" />
  • you will need a discord web hook url info

B3 events

The plugin makes use of the following events to display notices in the discord channel:

  • EVT_CLIENT_BAN and EVT_CLIENT_BAN_TEMP : send a notice upon admin bans
  • EVT_CLIENT_KICK : send a notice upon admin kicks