You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want the bot to send a reminder to multiple users at once.
The
$natural
command shows the following exampleBut, if I try the following commands:
I get the bot reply saying
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.
The text was updated successfully, but these errors were encountered: