Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blibot.lat/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The bump reminder listens for /bump commands (Disboard) and sends an automatic reminder in your configured channel once the 2-hour cooldown expires. It can also send a thank-you message immediately after a bump.

Setting up

,bumpreminder channel #channel

Extra options

Add --pingable on to your message command to make the reminder message actually ping the last bumper instead of just rendering the mention text.
,bumpreminder message {user.mention} Time to bump! --pingable on
Lock the bump channel while on cooldown and unlock it when the reminder fires, so members can only bump when it’s ready.
,bumpreminder autolock on
,bumpreminder autolock off
Automatically delete non-bump messages posted in the bump channel while it’s on cooldown.
,bumpreminder autoclean on
,bumpreminder autoclean off

Available variables

VariableAvailable inOutput
{user.mention}reminder & thank-youMentions the last bumper
{nextBump}thank-youRelative timestamp for the next bump
Combine {user.mention} with a role mention so you always have a fallback: {user.mention} (or @Bumpers) — it's bump time!

Notes

  • The bot detects bumps automatically from Disboard’s interaction response.
  • The cooldown is always 2 hours from the last bump.
  • If the reminder channel is deleted or inaccessible, the reminder is silently skipped.