Skip to content

Commit

Permalink
Update auto-join.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zuuring committed Oct 28, 2024
1 parent b898a3f commit 41fe037
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions discord-scripts/thread-management/auto-join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ async function autoJoinThread(

const matchingRole = server.roles.cache.find((role) =>

Check failure on line 87 in discord-scripts/thread-management/auto-join.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `⏎····`
roleMatchPrefixes?.some(

Check failure on line 88 in discord-scripts/thread-management/auto-join.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
(channelPrefixRole) =>
role.name.toLowerCase() ===
channelPrefixRole
(channelPrefixRole) => role.name.toLowerCase() === channelPrefixRole,

Check failure on line 89 in discord-scripts/thread-management/auto-join.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
),

Check failure on line 90 in discord-scripts/thread-management/auto-join.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
)

Expand Down

0 comments on commit 41fe037

Please sign in to comment.