From 4c598e7e6452f94391721345611e38b091c93bba Mon Sep 17 00:00:00 2001 From: loopdelux <87593874+loopdelux@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:05:02 -0500 Subject: [PATCH] small misc changes --- LICENSE | 2 +- README | 4 ---- src/commands/{hi.ts => goodnight.ts} | 0 3 files changed, 1 insertion(+), 5 deletions(-) rename src/commands/{hi.ts => goodnight.ts} (100%) diff --git a/LICENSE b/LICENSE index fbccf51..0141d56 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is under the Revised BSD License +This software is provided under the Revised BSD License Copyright 2024 Loopdelux diff --git a/README b/README index 05e2593..906c031 100644 --- a/README +++ b/README @@ -4,8 +4,4 @@ Dependencies: o Typescript o Concordia -Credits: - o Jess - o Discordjs.guide - P/S: I'm a beginner at JS/TS; please excuse me for any poor decisions. Feedback is appreciated. diff --git a/src/commands/hi.ts b/src/commands/goodnight.ts similarity index 100% rename from src/commands/hi.ts rename to src/commands/goodnight.ts