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 +};