We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
output_to_rooms
# meta name: announce active: true # trigger and args respond: announce args: - message - channel # response format_output: "${message}" direct_message_only: false output_to_rooms: - ${channel} # help help_text: announces <message> include_in_help: true
I expected @bot announce <channel> <message> will allow me to redirect a message to the specified channel.
@bot announce <channel> <message>
In the logs, I'm seeing "Could not configure output room: Variable 'channel' has not been defined.". TAP deployment is also failing.
"Could not configure output room: Variable 'channel' has not been defined."
Please complete the following information):
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
thanks for the issue. makes sense 👍🏼
Sorry, something went wrong.
No branches or pull requests
Report
What did you do?
What did you expect to happen?
I expected
@bot announce <channel> <message>
will allow me to redirect a message to the specified channel.What happened instead?
In the logs, I'm seeing
"Could not configure output room: Variable 'channel' has not been defined."
. TAP deployment is also failing.Your Environment
Please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: