Skip to content

Commit

Permalink
Remove unique-use warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebola3461 committed Dec 28, 2023
1 parent 5525ebc commit 8d5ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bancho/commands/ratechange.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
rateChanger.generate().then((fileId) => {
return rateChanger.packToOSZ().then(() => {
pm.user.sendMessage(
`Beatmap rate changed to ${sanitizedRate}x! [${process.env.RATECHANGER_URL}/ratechange/download/${fileId} Download] (This link is unique-use)`
`Beatmap rate changed to ${sanitizedRate}x! [${process.env.RATECHANGER_URL}/ratechange/download/${fileId} Download]`
);
});
});
Expand Down

0 comments on commit 8d5ac66

Please sign in to comment.