Skip to content

Commit 7baadfd

Browse files
committed
changing of url
1 parent 7161cd2 commit 7baadfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
}
5757

5858
// Si l'utilisateur n'est pas connecté, continuer comme avant
59-
const link = `https://coachfoot.com/api/link?username=${discordId}`;
59+
const link = `https://coachfoot.com/discord/link?username=${discordId}`;
6060

6161
if (userEntry) {
6262
// Mettre à jour l'entrée existante si nécessaire

0 commit comments

Comments
 (0)