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 */