From a20d62fbf137afb502fc6e3dd848b0009cf0eff4 Mon Sep 17 00:00:00 2001 From: koelo Date: Fri, 2 Dec 2022 19:19:27 +0800 Subject: [PATCH] Rename AI.JS to AI.js --- functions/{AI.JS => AI.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename functions/{AI.JS => AI.js} (99%) diff --git a/functions/AI.JS b/functions/AI.js similarity index 99% rename from functions/AI.JS rename to functions/AI.js index 52f26c5..209606c 100644 --- a/functions/AI.JS +++ b/functions/AI.js @@ -53,4 +53,4 @@ module.exports = async (message, author) => { } return final; -} \ No newline at end of file +}