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
Adding an ability to define room specific ‘on join’ messages to be automatically sent when a user joins a room. Could help handle initial prompts/informational messages, ie:
User joins room A
Room 'onJoin' message triggers installed bot (using a predefined message; displaying this initial message should be optional)
Bot responds with initial message (ie. information on how to use the bot), avoiding having to run an initial command for the room upon joining. Can assist with initial room setup.
This could also be paired with 'user specific' messages, to allow a message to be sent to a specific user rather than all users in the channel.
The text was updated successfully, but these errors were encountered:
Adding an ability to define room specific ‘on join’ messages to be automatically sent when a user joins a room. Could help handle initial prompts/informational messages, ie:
The text was updated successfully, but these errors were encountered: