Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Cannot create reminders for multiple users #18

Open
ankurnarkhede opened this issue Sep 4, 2020 · 2 comments
Open

Cannot create reminders for multiple users #18

ankurnarkhede opened this issue Sep 4, 2020 · 2 comments

Comments

@ankurnarkhede
Copy link

I want the bot to send a reminder to multiple users at once.
The $natural command shows the following example

$natural on the 16th of july at 14:00 send Subs reset today! to #subs @Sub1 @Sub2

But, if I try the following commands:

$natural at 10:00am send Standup meeting to @username1 @username2
$natural at 10:00am send Standup meeting to @username1, @username2
$natural at 10:00am send Standup meeting to @username1 and @username2

I get the bot reply saying

New reminder registered for #general in 0:21:00.

Ideally, the reminder should be sent to the usernames mentioned, but here, it's sending the reminders on the channel.
It works perfectly fine when only 1 username is mentioned but gives issue for multiple ones.

@JellyWX
Copy link
Contributor

JellyWX commented Sep 4, 2020

It's working alright for me:

$natural in 10 seconds send sorry i just gotta test this to @JellyWX @Mr Pleasant

are the @username1 @username2 tags becoming proper mentions?

@ankurnarkhede
Copy link
Author

The tags @username1 @username2 are coming as mentions in the reminder message on the channel. Ideally, it should remind only those users as a private message.

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants