diff options
Diffstat (limited to 'commands/util/status.js')
-rw-r--r-- | commands/util/status.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/util/status.js b/commands/util/status.js index df71c88..dc05ab7 100644 --- a/commands/util/status.js +++ b/commands/util/status.js @@ -51,7 +51,7 @@ module.exports = { const github = new ButtonBuilder() .setLabel('Github') .setStyle(ButtonStyle.Link) - .setURL('https://github.com/squiresgrant/sns-chan') + .setURL('https://github.com/ameliasquires/sns-chan') const row = new ActionRowBuilder() .addComponents(vote,discord,github); let conv = 1024 * 1024 * 1024 @@ -65,4 +65,4 @@ module.exports = { message.reply({embeds:[emoteembed],components:[row]}) }) } -}
\ No newline at end of file +} |