diff --git a/commands/info/botinfo.js b/commands/info/botinfo.js index 56f217645..e678d0fc2 100644 --- a/commands/info/botinfo.js +++ b/commands/info/botinfo.js @@ -80,7 +80,7 @@ exports.run = async (client, interaction) => { .addField("Total Users:", totalMembers.toString(), true) .addField("Created:", ``, true); if (ownerBool) botEmbed.addField("Online Since:", ``, true); - if (githubRepoResponse) botEmbed.addField("Github Stars:", `[${githubRepoResponse.data.stargazers_count}⭐](https://github.com/${githubURLVars}/stargazers)`, true); + if (githubRepoResponse) botEmbed.addField("Github Stars:", `[${githubRepoResponse.data.stargazers_count}](https://github.com/${githubURLVars}/stargazers)⭐`, true); if (githubMasterResponse) botEmbed.addField("Latest Commit:", lastCommitString, true); let botButtons = new Discord.MessageActionRow()