From b4d9e683a2d40f6d76629323d35523871d3337e5 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 26 Sep 2023 23:14:03 -0500 Subject: update github link --- commands/util/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3