## Description ### Main purpose - A command that can be used by all users to set reminders that the bot will send after a specified amount of time - These reminders should be set to repeat, so the bot reminds the users after every **x** amount of time - **Some limitations are needed to avoid spamming:** for example, one user should only be able to set a maximum of **3 reminders under 5 minutes** - A new `reminders` SQL table is needed for storing the set reminder configurations ### Category - `Utility` ### Options - `in`: a time period when the user will get reminded (required) - The time input handling could be used from the `/timeout` command - `content`: the message that the bot will send back after x amount if time - `ping-me`: whenever if the bot should ping the executor user when the reminder triggers (default: true) - `repeated`: whenever if the bot should send the reminder every **x** amount of time
Description
Main purpose
remindersSQL table is needed for storing the set reminder configurationsCategory
UtilityOptions
in: a time period when the user will get reminded (required)/timeoutcommandcontent: the message that the bot will send back after x amount if timeping-me: whenever if the bot should ping the executor user when the reminder triggers (default: true)repeated: whenever if the bot should send the reminder every x amount of time