Skip to content

Commit

Permalink
dropin fix for loss of admin (cross fingers)
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical authored Sep 1, 2024
1 parent 88da9f9 commit 19e99d3
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 }) => {
await app.client.chat.delete({
channel: message.channel,
ts: message.ts,
token: process.env.SLACK_USER_TOKEN,
token: process.env.SLACK_BOT_TOKEN,
});
if (utils.blockedChannels.includes(message.channel)) return;

Expand Down

0 comments on commit 19e99d3

Please sign in to comment.