From fef5b8cab04a56ea99af78fb1c9dfa9d14672a69 Mon Sep 17 00:00:00 2001 From: Lantium Date: Sun, 3 Apr 2022 02:41:03 +0000 Subject: [PATCH] Update config.js --- config.txt => config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename config.txt => config.js (92%) diff --git a/config.txt b/config.js similarity index 92% rename from config.txt rename to config.js index 0cd8cc3..a9f145e 100644 --- a/config.txt +++ b/config.js @@ -1,7 +1,7 @@ module.exports = { app: { prefix: '$', - token: 'ODg4NzQyNTI0NTE1MTUxOTMz.YUXH-Q.eTY6KrKO7CRMDH8Ij8wES9UtFz0' + token: 'ODg4NzQyNTI0NTE1MTUxOTMz.YUXH-Q.eTY6KrKO7CRMDH8Ij8wES9UtFz0' //TKT le passkey a été changer }, opt: { @@ -20,4 +20,4 @@ module.exports = { } } } -}; \ No newline at end of file +};