Bump Reminders
This feature helps your server grow by reminding you to "bump" your server on DISBOARD. It automatically detects successful bumps and schedules a reminder for the next available bump time.
Setup
- Enable bump reminders and set a channel: - ;bumpreminder enable #your-bump-channel
- (Optional) Customize the thank you message: - ;bumpreminder message Thanks {user} for bumping!
- (Optional) Customize the reminder message: - ;bumpreminder reminder Time to bump again!
- (Optional) Use a custom embed for thank you messages: - ;bumpreminder embed MyBumpEmbed
Configuration
- enabled: Toggles the entire bump reminder system on or off.
- channelId: The ID of the channel where bump reminders and thank you messages are sent.
- nextBumpTime: An internal timestamp indicating when the next bump is available.
- guildName: The name of the guild (for use in messages).
- lastBumper: An object containing the- idand- nameof the last user who bumped the server.
- thankMessage: The custom message sent after a successful bump. Supports variables.
- reminderMessage: The custom message sent when it's time to bump again. Supports variables.
- useEmbed: Toggles whether a custom embed is used for thank you messages.
- embedName: The name of the saved embed template to use if- useEmbedis true.
Available Variables for Messages:
- {user}- Username of the last bumper.
- {usermention}- Mentions the last bumper.
- {server}- Server name.
- {membercount}- Server member count.
- {time}- Time until the next bump is available (relative timestamp).
- {servericon}- Server's icon URL.
- {serverbanner}- Server's banner URL (if set).
Usage
After a successful bump (detected from DISBOARD's "Bump done" message), Squint will send a customizable thank you message and schedule a reminder for 2 hours later. When the time comes, a reminder will be sent to the configured channelId.
Related Commands
- ;bumpreminder- Main command for managing bump reminders.
- ;embed- Create and manage custom embed templates.
Last updated
Was this helpful?