diff options
author | ame <[email protected]> | 2023-09-26 23:14:03 -0500 |
---|---|---|
committer | ame <[email protected]> | 2023-09-26 23:14:03 -0500 |
commit | b4d9e683a2d40f6d76629323d35523871d3337e5 (patch) | |
tree | fb7e4a6f80ce3236e477cbea5991ee0bcf5a0b6e | |
parent | 99779de823e1751c3da13e0b7b0f639ddecca7da (diff) |
update github link
-rw-r--r-- | commands/util/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/util/status.js b/commands/util/status.js index 27f1e03..93f4cdc 100644 --- a/commands/util/status.js +++ b/commands/util/status.js @@ -46,7 +46,7 @@ module.exports = { const github = new ButtonBuilder() .setLabel('Github') .setStyle(ButtonStyle.Link) - .setURL('https://github.com/iamAGFX/snschan-bot') + .setURL('https://github.com/ameliasquires/sns-chan') const row = new ActionRowBuilder() .addComponents(vote,discord,github); let conv = 1024 * 1024 * 1024 |