generated from nhcarrigan/template
fix: solve linter error
This commit is contained in:
+4
-1
@@ -148,7 +148,10 @@ amari.discord.on(Events.ThreadCreate, (thread) => {
|
||||
const { bugReports, communityFeedback, featureRequests, policyIdeation }
|
||||
= ids.channels;
|
||||
if (
|
||||
![ bugReports, communityFeedback, featureRequests, policyIdeation ].includes(
|
||||
![ bugReports,
|
||||
communityFeedback,
|
||||
featureRequests,
|
||||
policyIdeation ].includes(
|
||||
thread.parent.id,
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user