-
Notifications
You must be signed in to change notification settings - Fork 0
Clean up vibotChannels.js #720
Copy link
Copy link
Open
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
commands/vibotChannels.jshas a lot of code that are related to other commands. The code is also very messy and could use some spring cleaning.Wanted/Expected Behaviour
Improvements, Additions, Changes
Preferably, all functions, listeners, etc. should be moved into their respective modules & then imported into vibotChannels. #701 removes the use & need of
updateModmailListenersand we'd like to hopefully remove the need for this file entirely, if possible.Tasks
Things to Do
commands/roleAssignment.jsand refactor codeupdateRoleAssignmentListenersPaths to Files