Report
What did you do?
# 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
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.
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.