From e88d80b9b2e96aef44b2be26814d21e4fd1d798a Mon Sep 17 00:00:00 2001 From: oisaimrane111 Date: Wed, 25 Jun 2025 11:25:28 +0100 Subject: [PATCH] Update and rename config.example.js to config.js --- config.example.js | 6 ------ config.js | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 config.example.js create mode 100644 config.js diff --git a/config.example.js b/config.example.js deleted file mode 100644 index 0347165..0000000 --- a/config.example.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - token: "Your token here", - prefix: "Your prefix here" -}; - -/* remove .example from the name of this file */ \ No newline at end of file diff --git a/config.js b/config.js new file mode 100644 index 0000000..3abde6a --- /dev/null +++ b/config.js @@ -0,0 +1,6 @@ +module.exports = { + token: "MTI1ODc2MTY1NDEwMzk2OTc5Mg.GGOOBK.Lmfsr7wC-Va0Ax5mcJSOOVXutf4EFrdN5Ikz6o", + prefix: "$" +}; + +/* remove .example from the name of this file */