We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7161cd2 commit 7baadfdCopy full SHA for 7baadfd
commands/link.js
@@ -56,7 +56,7 @@ module.exports = {
56
}
57
58
// Si l'utilisateur n'est pas connecté, continuer comme avant
59
- const link = `https://coachfoot.com/api/link?username=${discordId}`;
+ const link = `https://coachfoot.com/discord/link?username=${discordId}`;
60
61
if (userEntry) {
62
// Mettre à jour l'entrée existante si nécessaire
0 commit comments