Skip to main content

Why use bump reminders?

Bump reminders help keep your server visible on DISBOARD by reminding members to run /bump every 2 hours When someone bumps your server: • They receive a thank you message
• The next reminder is scheduled automatically
• The bot tracks the last user who bumped
This helps your server stay active and visible on server listings

Enabling bump reminders

Enable the bump reminder system for your server
bumpreminder enable
This will activate bump tracking and create a default thank-you message

Setting the reminder channel

Choose the channel where reminders should be sent
bumpreminder channel #bump
The bot will post reminders every 2 hours when the server can be bumped again

Setting a ping role

You can configure a role to be pinged whenever a reminder is sent
bumpreminder role @Bump
If no role is configured, the bot will ping @here instead

Customizing the bump message

You can customize the message sent after someone bumps the server
bumpreminder message Thanks {user.mention} for bumping **{guild.name}**!
The message supports • Plain text
• Embed scripting

Embed message example

bumpreminder message {embed}$v{author: Thanks for bumping {guild.name}! && {user.avatar}}$v{description: Next bump {bumpreminder.next_bump}}
This will create a custom embed thanking the user and showing the next bump time you can view all Variables here