A multilingual Discord bot that watches
/bumpcommands (e.g. from Disboard) and reminds users after 2 hours. Includes role management, slash command control, and optional button toggles.
✅ Auto-detect /bump usage from allowed bots
⏰ Sends a reminder 2 hours later in a specific channel
🔁 Test mode for fast debugging (1-minute reminder)
🔔 Optional role mention and toggle button
🌐 Multi-language support (en, de, fr, es)
🛠 Slash command /task with subactions: status, cancel, test
🔐 Owner-only command permissions
🧠 Language auto-detection or forced via config
git clone https://github.com/FlexKleks/bump-reminder.git
cd bump-reminder
npm installcp .env.example .envThen open .env and insert your bot token:
DISCORD_TOKEN=YOUR_BOT_TOKEN_HERESet your:
clientId,guildId,channelId,roleId,ownerId- Allowed bump bot IDs (e.g. Disboard)
- Optional channel filter
- Language:
"en","de","fr","es"— or leave blank for auto
npm start| Action | Description |
|---|---|
| status | See time left until reminder |
| cancel | Cancel active reminder |
| test | Send test reminder in 1 min |
Only the owner (set in
config.json) can use this command.
- English 🇬🇧
- Deutsch 🇩🇪
- Français 🇫🇷
- Español 🇪🇸
Auto-detects the user's Discord language.
Can be forced globally with "language": "xx" in config.
MIT © 2025 FlexKleks
These are the recommended topics to help others discover this project:
discord ‧ discord-bot ‧ discordjs ‧ bump ‧ reminder ‧ slash-commands
multi-language ‧ nodejs ‧ javascript ‧ open-source
