Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reminder commands #59

Open
mdcfe opened this issue Jan 20, 2021 · 2 comments
Open

Reminder commands #59

mdcfe opened this issue Jan 20, 2021 · 2 comments

Comments

@mdcfe
Copy link

mdcfe commented Jan 20, 2021

Is your feature request related to a problem? Please describe.
I often forget about things relevant to a conversation and like to set reminders about them, but setting reminders elsewhere can make it harder to remember the context for the reminder.

Describe the solution you'd like
A remindme <time> [message] command that can either ping the sender in a public channel or send a DM after the given time has passed, optionally also including a message.

Additional context
This could possibly separated into a reminder command for public channels that people with Manage Channel can use, and a remindme command that only works in PMs/forbids pinging other people.

This could also be extended by accepting a previous message ID, so when the reminder is sent, it includes a link to the original message making it easier to find the context again. The message ID could also be read from replies instead (eg if I reply to Chew with %^remindme 2h blah, then the reminder could link back to Chew's message).

@mdcfe mdcfe added the enhancement New feature or request label Jan 20, 2021
@Chew
Copy link
Member

Chew commented Jan 21, 2021

Command name

%^remindme

Arguments

<time> - Required
[message] - Message

Flags

--dm - To be dm'd instead of invocation

Aliases

%^remind, %^reminder

@Chew Chew added new command and removed enhancement New feature or request labels Jan 21, 2021
@Chew
Copy link
Member

Chew commented Jan 21, 2021

Could also be expanded to %^remind on a reply to a given message, and be reminded of that message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants