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 | 0ebe11f08063f22bc8799cd549a6f72d5047f925 (patch) | |
tree | c4936fbab46ed0917a6c9eba176e894ff1c4fd00 /commands/util/status.js | |
parent | adc05627661e4b229037dc1e43410846078f4996 (diff) |
update github link
Diffstat (limited to 'commands/util/status.js')
-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..e6d3f86 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/squiresgrant/sns-chan') const row = new ActionRowBuilder() .addComponents(vote,discord,github); let conv = 1024 * 1024 * 1024 |