From 8a27a3428dc3946a538f6471e480a34e41ceb7e6 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:19:06 -0500 Subject: added new automod thing, fixed some errors --- src/commands/info/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/info') diff --git a/src/commands/info/help.ts b/src/commands/info/help.ts index 8b6720b..455ad5f 100644 --- a/src/commands/info/help.ts +++ b/src/commands/info/help.ts @@ -139,7 +139,7 @@ export default class HelpCommand extends BushCommand { }) ); } - if (packageDotJSON) + if (packageDotJSON?.repository) row.addComponents( new MessageButton({ style: 'LINK', -- cgit