AS a moderator using the lobby command I should be able to list all lobby channels that have been setup for the server #155
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
Due date
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/vylbot-app#155
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: 3
AS a moderator using the lobby command I should be able to list all lobby channels that have been setup for the server
SO THAT I am able to see if a lobby channel has already been setup
Acceptance Criteria
AS a server moderator
GIVEN I want to know what lobby channels have already been setup
WHEN I use
/listlobby
THEN I should see all the channels in the server which are setup
Subtasks
I believe the reason they're not showing up is to do with the
forEach
not being asynchronous