A [BigBrotherBot][B3] plugin which allows you to see kicks, bans and temp bans in your discord server.
Latest version available here.
In order for this plugin to work you need to have B3 *v1.10.11 * installed (or greater).
-
copy the
discordban.py
folder intob3/extplugins
-
add to the
plugins
section of yourb3.xml
config file:<plugin name="discordban" config="@b3/extplugins/conf/plugin_discordban.xml" />
-
you will need a discord web hook url info
The plugin makes use of the following events to display notices in the discord channel:
EVT_CLIENT_BAN
andEVT_CLIENT_BAN_TEMP
: send a notice upon admin bansEVT_CLIENT_KICK
: send a notice upon admin kicks