Skip to content

Commit

Permalink
fmt for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical committed Jun 13, 2024
1 parent 59619d3 commit d5d1486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactions/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = ({ app, client }) => {
ts: message.ts,
token: process.env.SLACK_USER_TOKEN,
});
if (utils.blockedChannels.includes(message.channel)) return;
if (utils.blockedChannels.includes(message.channel)) return;

if (
(await client.exists("messageText")) &&
Expand Down

0 comments on commit d5d1486

Please sign in to comment.