Skip to content

Commit

Permalink
fix(testkit): replace deleted url with new one
Browse files Browse the repository at this point in the history
  • Loading branch information
theimperious1 committed Jul 29, 2024
1 parent b097724 commit c7c01dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/discord/commands/global/d.testkits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
});
embed.setDescription(stripIndents`
[How to use a reagent test kit](https://dancesafe.org/testing-kit-instructions/)
[How to use fentanyl strips](https://dancesafe.org/you-may-be-using-fentanyl-testing-strips-incorrectly/)
[How to use fentanyl strips](https://dancesafe.org/fentanyl/)
[More testkit resources on the TripSit wiki!](https://wiki.tripsit.me/wiki/Test_Kits)
`);
await interaction.editReply({ embeds: [embed] });
Expand Down
2 changes: 1 addition & 1 deletion src/discord/tests/testkits.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe(slashCommand.data.name, () => {
title: 'Test Kit Resources and information!',
description: stripIndents`
[How to use a reagent test kit](https://dancesafe.org/testing-kit-instructions/)
[How to use fentanyl strips](https://dancesafe.org/you-may-be-using-fentanyl-testing-strips-incorrectly/)
[How to use fentanyl strips](https://dancesafe.org/fentanyl/)
[More testkit resources on the TripSit wiki!](https://wiki.tripsit.me/wiki/Test_Kits)
`,
fields: [
Expand Down

0 comments on commit c7c01dd

Please sign in to comment.