Skip to content

Commit

Permalink
fix(translate): fix translate vote link
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Oct 3, 2023
1 parent d3d379b commit 54916bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Apps/translate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
await interaction.deferReply({ ephemeral: true });

const hasVoted = await topgg.hasVoted(interaction.user.id);
if (!hasVoted) return await interaction.editReply('Please [vote](https://top.gg/bot/798748015435055134/vote) for Interchat to use this command, your support is very much appreciated!');
if (!hasVoted) return await interaction.editReply('Please [vote](https://top.gg/bot/769921109209907241/vote) for Interchat to use this command, your support is very much appreciated!');

const target = interaction.targetMessage;

Expand Down

0 comments on commit 54916bb

Please sign in to comment.