From 276896b6e1d3ca13d428f6e7b0537ab521e27a7a Mon Sep 17 00:00:00 2001 From: Nikhil Nawgiri Date: Sun, 25 Aug 2024 02:00:04 +0200 Subject: [PATCH] Refactor --- .gitignore | 2 +- config.js.example => config.ts.example | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename config.js.example => config.ts.example (100%) diff --git a/.gitignore b/.gitignore index e3007f5..99378b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ crypto bot.json -config.js +config.ts main.js # Logs diff --git a/config.js.example b/config.ts.example similarity index 100% rename from config.js.example rename to config.ts.example