Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE authored Aug 23, 2024
1 parent ebbe8bc commit 4820040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default async (client: Client): Promise<void> => {
}

// Send a message before locking the thread, so we can still reply to it
await interaction.reply('This thread has been marked as resolved, locked and archived. Thank you for using SkinRestorer! For any future issues, please create a new post.')
await interaction.reply('This thread has been marked as resolved, locked and archived. Thank you for using SkinsRestorer! For any future issues, please create a new post.')
await channel.setAppliedTags([...channel.appliedTags, config.resolvedTag])
await channel.setLocked(true)
await channel.setArchived(true, 'resolved')
Expand Down

0 comments on commit 4820040

Please sign in to comment.