diff --git a/.gitignore b/.gitignore index f26af33..fcd155e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ config.json node_modules dotenv -.env \ No newline at end of file +.env +.vscode \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 8cbc2ab..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "env": { - "CLIENT_TOKEN": "ODc1NDkxNDAyNDk3Mjk0NDQ3.YRWS6A.9IY8PEbQLoWh0320aK4OgTosoTc", - "MONGOOSE": "mongodb+srv://Kieran:kieransbots@cluster0.qzntj.mongodb.net/Data", - "PREFIX": "-" - }, - "type": "pwa-node", - "request": "launch", - "name": "Launch Program", - "skipFiles": [ - "/**" - ], - "program": "${workspaceFolder}\\index.js" - } - - ] -} diff --git a/README.md b/README.md index 1d0807a..9ae8768 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ DISCORD_TOKEN = PREFIX = ! ``` - Run `npm i` -- Run node . +- Run `node .` --- ## Contributions