Skip to content

Commit

Permalink
swap messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical committed Oct 19, 2024
1 parent edbc34c commit bd4a0e2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions commands/setpersonal.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = async function ({ app, prisma }) {
},
});
return await respond(
"Your channel has been marked as personal. Run the command again to unmark it.",
"This channel has been marked as regular. Run this command again to mark it as personal.",
);
}

Expand All @@ -57,10 +57,6 @@ module.exports = async function ({ app, prisma }) {
personal: true
},
});
await app.client.chat.postEphemeral({
channel: channel.channel.id,
user: command.user_id,
text: "This channel has been marked as regular. Run this command again to mark it as personal.",
});
await respond("Your channel has been marked as personal. Run this command again to mark it as regular.")
});
};

0 comments on commit bd4a0e2

Please sign in to comment.