Skip to content

Commit

Permalink
fix channels thing
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical committed Jun 25, 2024
1 parent 8ba1a2a commit 358dfd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
"C016DEDUL87"
],
queries: {
topThreads: `-is:dm is:thread -in:#arcade -in:#arcade-help -in:#confessions -in:#meta -in:#scrapbook -in:#hackclub-leeks`,
topChannels: `-is:dm -in:#arcade -in:#arcade-help -in:#confessions -in:#meta -in:#scrapbook -in:#hackclub-leeks`,
topThreads: `-is:dm is:thread -in:#arcade -in:#arcade-help -in:#arcade-lounge -in:#confessions -in:#meta -in:#scrapbook -in:#hackclub-leeks`,
topChannels: `-is:dm -in:#arcade -in:#arcade-help -in:#arcade-lounge -in:#confessions -in:#meta -in:#scrapbook -in:#hackclub-leeks`,
},
};

0 comments on commit 358dfd0

Please sign in to comment.