Skip to content

Commit

Permalink
Update solved.ts changed text to: "From the ellipses (3-dot menu)..." (
Browse files Browse the repository at this point in the history
…#94)

Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
hfournier and sarah11918 authored Aug 6, 2024
1 parent 7fc017b commit dc4307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/solved.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const command: Command = {
const embed = getDefaultEmbed()
.setTitle('If your issue is resolved, please consider doing the following:')
.setDescription(
'* From the 3 dot menu in the top-right corner of the post (not the first message), edit the tags to include the Solved tag.\n* From the same 3 dot menu, select Close Post.\nYour post will still be available to search and can be re-opened simply by replying in it. Closing a post moves it down with older posts, so we can more easily focus on issues that still need to be resovled.\nThank you for your help!.'
'* From the ellipses (3-dot menu) in the top-right corner of the post (not the first message), edit the tags to include the Solved tag.\n* From the same ellipses, select Close Post.\nYour post will still be available to search and can be re-opened simply by replying in it. Closing a post moves it down with older posts, so we can more easily focus on issues that still need to be resovled.\nThank you for your help!'
);

return client.reply({
Expand Down

0 comments on commit dc4307e

Please sign in to comment.