Skip to content

New command: /remindme #165

@vb2007

Description

@vb2007

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

Metadata

Metadata

Assignees

Labels

new commandNew /slash command request

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions