Chronos Bot Commands Documentation
Welcome to the Chronos Reminder Bot! This document provides a complete guide to all available commands. The bot is designed to help you manage reminders across Discord with timezone support.
Table of Contents
Reminder Commands
User Management Commands
Utility Commands
General Commands
Reminder Commands
📝 /reminders - Manage Your Reminders
/reminders - Manage Your RemindersCategory: Reminders
Short Description: Manage your reminders
Full Description: List, show, pause, restart, or delete your existing reminders. This is the main command for managing all your created reminders with various subcommands.
Usage:
/reminders <subcommand> [options]Subcommands:
list
Lists all your reminders with their details.
Usage:
/reminders listWhat it does: Displays all active reminders you've created
show
Shows detailed information about a specific reminder.
Usage:
/reminders show reminder:<reminder>Parameters:
reminder(Required): Select the reminder from autocomplete suggestions
Example:
/reminders show reminder:[14:30] Take medication
pause
Pauses a recurring reminder (does not pause one-time reminders).
Usage:
/reminders pause reminder:<reminder>Parameters:
reminder(Required): Select a recurring reminder from autocomplete
Note: Only works with recurring reminders
Example:
/reminders pause reminder:[Daily 09:00] Daily standup
unpause
Restarts a paused reminder.
Usage:
/reminders unpause reminder:<reminder>Parameters:
reminder(Required): Select a paused reminder from autocomplete
Note: Only works with currently paused reminders
Example:
/reminders unpause reminder:[Daily 09:00] Daily standup
delete
Permanently deletes a reminder.
Usage:
/reminders delete reminder:<reminder>Parameters:
reminder(Required): Select the reminder to delete from autocomplete
⚠️ Warning: This action is permanent and cannot be undone
Example:
/reminders delete reminder:[Tomorrow 15:00] Team meeting
⏰ /remindme - Create a Personal Reminder
/remindme - Create a Personal ReminderCategory: Reminders
Short Description: Create a new reminder
Full Description: Create a new reminder that will be sent to you via direct message at the specified date and time. Your personal reminders are sent as private messages.
Usage:
Parameters:
message(Required, String): The reminder message contentdate(Required, String): The date for the reminderSupported formats:
today,tomorrow,next week,next month,25/12/2024,2024-12-25, etc.Autocomplete suggestions available
time(Required, String): The time for the reminderSupported formats:
15:30,3pm,9:30am,15.5(hours)
recurrence(Optional, String, Default:ONCE): How often to repeat the reminderOptions:
ONCE- One-time reminder (default)HOURLY- Every hourDAILY- Every dayWEEKLY- Every week (same day)MONTHLY- Every month (same date)YEARLY- Every year (same date and month)WORKDAYS- Monday through FridayWEEKEND- Saturday and Sunday
Examples:
Notes:
Reminders are sent via direct message
Times are in your configured timezone
You can create as many reminders as needed
Times must be in the future
📢 /remindus - Create a Channel Reminder
/remindus - Create a Channel ReminderCategory: Reminders
Short Description: Create a new reminder in a channel
Full Description: Create a new reminder that will be sent in a specified channel at the specified date and time. Requires 'Manage Channel', 'Administrator' permission, or server ownership. You can optionally mention a role to ping when the reminder is sent.
Usage:
Parameters:
message(Required, String): The reminder message contentdate(Required, String): The date for the reminderSame formats as
/remindme
time(Required, String): The time for the reminderSame formats as
/remindme
channel(Required, Channel): The Discord channel where the reminder will be postedrole(Optional, Role): Role to mention in the reminder messageRequires 'Manage Roles' permission to mention roles
The bot must have a higher role than the target role
recurrence(Optional, String, Default:ONCE): How often to repeatSame options as
/remindme
Permissions Required:
You need one of:
Manage Channel,Administrator, or server ownershipIf mentioning a role, you also need
Manage RolespermissionThe bot needs permission to mention the role (higher role hierarchy)
Examples:
Notes:
Reminders are posted as channel messages
Only users with proper permissions can create channel reminders
Role mentions require additional permissions
Times are in the creator's configured timezone
User Management Commands
🌏 /timezone - Manage Timezones
/timezone - Manage TimezonesCategory: User
Short Description: Manage timezones
Full Description: List available timezones or change your current timezone. All reminders use your configured timezone for scheduling.
Usage:
Subcommands:
list
Displays all available timezones.
Usage:
/timezone listWhat it does: Shows a paginated list of all supported IANA timezones
change
Opens an interactive menu to change your timezone.
Usage:
/timezone changeWhat it does: Presents timezone options organized by region for easy selection
Note: Changing your timezone affects all future reminders
display
Shows your currently configured timezone.
Usage:
/timezone displayWhat it does: Displays your current timezone setting
Examples:
Notes:
Timezones follow the IANA timezone database (e.g.,
America/New_York,Europe/London,Asia/Tokyo)Your timezone is used to interpret all date and time inputs
Reminders are stored in UTC but displayed in your timezone
👤 /profile - View User Profile
/profile - View User ProfileCategory: User
Short Description: View user profile
Full Description: Display a user's profile with their avatar, account creation date, reminder count, and platform badges. Use without parameters to view your own profile, or specify a user to view theirs.
Usage:
Parameters:
user(Optional, User): The user whose profile to viewLeave empty to view your own profile
Specify a user to view their profile
Profile Information Displayed:
User avatar
Account creation date with Chronos
Total reminder count
Platform badges (if applicable)
User mention link
Examples:
Notes:
You can view any user's profile
Only basic public information is displayed
Profile data is synced when you first use the bot
Utility Commands
🧮 /calcultime - Calculate Time Operations
/calcultime - Calculate Time OperationsCategory: Tools
Short Description: Calculate time operations
Full Description: Perform calculations between times or with factors. Supports addition, subtraction, multiplication, and division of time values. Useful for quick time math.
Usage:
Parameters:
time1(Required, String): First time valueSupported formats:
2h 30m,14:30,2.5h,150m,9000s, etc.
operation(Required, String): Operation to performOptions:
ADD(+) - Add two time valuesSUBTRACT(-) - Subtract one time from anotherMULTIPLY(×) - Multiply a time by a factorDIVIDE(÷) - Divide a time by a factor
time2(Required, String): Second time value or factorFor ADD/SUBTRACT: time value (e.g.,
1h 15m)For MULTIPLY/DIVIDE: numeric factor (e.g.,
2.5,0.75)
Examples:
Supported Time Formats:
Hours and minutes:
2h 30m,1h 15mClock time:
14:30,09:45Decimal hours:
2.5h,1.75hMinutes only:
150m,90mSeconds:
9000s,5400sCombined:
1h 30m 45s
Notes:
All calculations are performed precisely
Results are formatted in human-readable format
Useful for planning and time management
General Commands
⏰ /tic - Ping the Bot
/tic - Ping the BotCategory: General
Short Description: Ping the bot
Full Description: Ping the bot and get a response to verify that it's online and responsive. A quick way to check if the bot is working.
Usage:
Response: The bot responds with "The bot is alive! ⏰ Tac!"
Example:
Notes:
No parameters needed
Useful for troubleshooting connectivity
Doesn't require an account
⏳ /hourglass - Start a Short Timer
/hourglass - Start a Short TimerCategory: General
Short Description: Start a short timer (max 30 minutes)!
Full Description: Start a quick in-memory timer that will notify you when it ends. For longer or persistent reminders, use /remindme or /remindus. Perfect for quick focus sessions, cooking timers, or short-term countdowns.
Usage:
Parameters:
duration(Required, String): Duration in seconds or minutes (maximum 30 minutes)Supported formats:
10s,5m,2m30s, etc.Maximum:
30m(30 minutes)
message(Required, String): The message to send when the timer endsCan include any text
Examples:
Limitations:
⏳ Maximum duration: 30 minutes
⏳ Only supports seconds and minutes (not hours)
⏳ Timers are in-memory (not persistent)
⏳ For longer reminders, use
/remindmeor/remindus
Notes:
Timers are sent as immediate acknowledgement with end time
Notification is sent to the same channel when timer expires
You are mentioned in the notification
Perfect for Pomodoro technique (25 minute focus sessions)
📕 /help - Get Help with Commands
/help - Get Help with CommandsCategory: General
Short Description: Get help with bot commands
Full Description: Provides information about available commands and how to use them. Use this command to learn more about the bot's features and functionalities. Can provide general help or specific information about a particular command.
Usage:
Parameters:
command(Optional, String): The specific command to get help withLeave empty for general help with all commands
Examples:
remindme,remindus,profile,timezone, etc.
Examples:
Features:
Organized by command categories
Shows usage examples
Displays available options and parameters
Explains permissions and requirements
Notes:
Help is always available and accessible
No account needed
Great for learning new commands
💡 /support - Get Help and Support Resources
/support - Get Help and Support ResourcesCategory: General
Short Description: Get help and support resources
Full Description: Access documentation, FAQs, contact information, and our official Discord server for support, feedback, and community connection.
Usage:
Resources Provided:
📖 Documentation & Contact: https://chronosrmd.com/
Full documentation and FAQ
Contact information
💬 Official Discord Server: https://discord.gg/m3MsM922QD
Community support
Share feedback
Connect with other users
Example:
Notes:
No parameters needed
Always accessible
Great for reporting issues or suggesting features
Quick Reference
Command Categories
Reminders:
/remindme- Personal DM reminders/remindus- Channel reminders/reminders- Manage existing reminders
User Management:
/timezone- Manage your timezone/profile- View user profiles
Utilities:
/calcultime- Time calculations
General:
/tic- Ping the bot/hourglass- Quick timer/help- Get command help/support- Support resources
Recurrence Options
All reminder commands support these recurrence types:
ONCE- One-time reminder (default)HOURLY- Every hourDAILY- Every dayWEEKLY- Every week (same day)MONTHLY- Every month (same date)YEARLY- Every yearWORKDAYS- Monday through FridayWEEKEND- Saturday and Sunday
Supported Time Formats
Date:
today,tomorrow,next week,25/12/2024,2024-12-25Time:
15:30,3pm,9:30am,15.5Duration:
10s,5m,2h,2h 30m
Tips & Tricks
Use Autocomplete: When creating reminders, use the date autocomplete to quickly select common dates
Timezone Management: Set your timezone correctly to ensure reminders trigger at the right time
Channel Reminders: Use
/remindusfor team reminders with optional role mentionsPausing Reminders: Pause recurring reminders instead of deleting them if you might want them back
Quick Timers: Use
/hourglassfor Pomodoro sessions (25 minutes is recommended)Permission Levels: Admin users can manage server reminders, regular users can only manage their own
Troubleshooting
Issue: "The specified date and time is in the past"
Solution: Make sure you're setting a future date and time
Issue: "Insufficient Permissions" on /remindus
Solution: Ensure you have Manage Channel or Administrator permissions, or are the server owner
Issue: "Invalid Timezone"
Solution: Use
/timezone listto see available timezones and change with/timezone change
Issue: "The bot needs 'Mention Everyone' permission"
Solution: Grant the bot proper Discord permissions in channel/role settings if you want role mentions in reminders
Getting Help
Use
/helpto learn about any commandUse
/supportto access documentation and communityVisit https://chronosrmd.com/ for full documentation
Join the official Discord: https://discord.gg/m3MsM922QD
Last Updated: 2025 Chronos Reminder Bot - Making time management easy
Last updated