Skip to content
New issue

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

Enable Dynamic Values For output_to_rooms #172

Open
kennyli92 opened this issue Apr 21, 2021 · 1 comment
Open

Enable Dynamic Values For output_to_rooms #172

kennyli92 opened this issue Apr 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@kennyli92
Copy link

kennyli92 commented Apr 21, 2021

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):

  • Flottbot version: 0.6.0

Additional context

Add any other context about the problem here.

@wass3r wass3r added the enhancement New feature or request label Jul 19, 2021
@wass3r
Copy link
Collaborator

wass3r commented Jul 21, 2021

thanks for the issue. makes sense 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants