diff options
author | ame <[email protected]> | 2024-05-14 14:10:22 -0500 |
---|---|---|
committer | ame <[email protected]> | 2024-05-14 14:10:22 -0500 |
commit | 8091667711d230a8dc76196a97f17452baf16372 (patch) | |
tree | 02134b904da848691c5ef8bd201786079f2767e6 /commands/util/status.js | |
parent | 51d18877355043c389820b753f717e99d7acf9ce (diff) |
a
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 +} |