-
Notifications
You must be signed in to change notification settings - Fork 0
Adding VC-less Parsing to ;parsemembers #551
Copy link
Copy link
Closed
Labels
ChangeA modification to something that existsA modification to something that existsLost HallsThis relates to the Discord Guild named "Lost Halls"This relates to the Discord Guild named "Lost Halls"Shatters/MoonlightThis relates to the Discord Guild named "Shatters/Moonlight"This relates to the Discord Guild named "Shatters/Moonlight"
Metadata
Metadata
Assignees
Labels
ChangeA modification to something that existsA modification to something that existsLost HallsThis relates to the Discord Guild named "Lost Halls"This relates to the Discord Guild named "Lost Halls"Shatters/MoonlightThis relates to the Discord Guild named "Shatters/Moonlight"This relates to the Discord Guild named "Shatters/Moonlight"
Current Behaviour
Problems, Frustrations, General Description
As it stands, all parses done through
;parsemembersonly work for parses done on raids with a voice channel. When;parsemembersis run on a raid without a voice channel, it does not work. This is not flexible as raids can now choose whether they have a voice channel or not and;parsemembersshould work on all the options.Wanted/Expected Behaviour
Improvements, Additions, Changes
Add parsing to raids that do not have a voice channel. As
;afkalready records the members who initially joined or reacted with the raid for raids with or without voice channels, this is simply a matter of connecting the two systems fully. Once completed,;parsemembersshould work for all;afktypes.Reasoning
Parsing on raids without voice channels should be supported such that crashers can more easily be identified in all types of runs.
Tasks
Things to Do
;afksystem completely into;parsemembersPaths to Files