From 8091667711d230a8dc76196a97f17452baf16372 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 14 May 2024 14:10:22 -0500 Subject: a --- commands/util/status.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/util/status.js') 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 +} -- cgit v1.2.3