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 Sep 3, 2022. It is now read-only.
Yeah, we currently act under the assumption that only one user will be mentioned in these messages and it will be the host, but that's not always a great assumption. We should probably regex it out.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just watching live stream where you created meetups and line 49 in https://github.com/kentcdodds/kcd-discord-bot/blob/7686deebc6aff3155bca8c02ef116ce73fbf20d6/src/commands/command-fns/meetup.js#L49 did not seem to be designed for the following, so here is a potential scenario for
msg.content.includes(message.author.id)
matching the first message where the author is mentioned:?meetup follow-me doing a collab with @B
,?meetup follow-me I will also stream my own thing
,..it could be even more interesting if
followMeChannel.messages.cache
iterates from newest to oldest 😂Let me know if you would worry about this scenario at all. (I can try to investigate more later during the week, if not closed by then)
The text was updated successfully, but these errors were encountered: