AS a user, I want to have a 'say' command which repeats what I say #19
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Total time spent: 10 minutes 9 seconds
Due date
Vylpes
10 minutes 9 seconds
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/vylbot-app#19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story Points: 1
AS a user, I want to have a 'say' command which repeats what I say
SO THAT I can get the bot to reply with whatever I'd like
Acceptance Criteria
AS a user
GIVEN I want to get the bot to echo me
WHEN I run
/say <phrase>
THEN the bot will reply with
<phrase>
AS a user
GIVEN I want to try and get the bot to execute code
WHEN I run
/say <phrase>
AND
<phrase>
is codeTHEN the bot should ignore this and echo it verbatim
Subtasks
Should this also note who it was sent by? How would I do this?
Say commandto AS a user, I want to have a 'say' command which repeats what I say