File cleanup

imgbot
Kieran 2022-06-12 11:21:25 +01:00
parent 9e10dab7ce
commit edbbea73b9
3 changed files with 3 additions and 25 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ config.json
node_modules node_modules
dotenv dotenv
.env .env
.vscode

23
.vscode/launch.json vendored
View File

@ -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": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\index.js"
}
]
}

View File

@ -34,7 +34,7 @@ DISCORD_TOKEN = <Discord Token>
PREFIX = ! PREFIX = !
``` ```
- Run `npm i` - Run `npm i`
- Run node . - Run `node .`
--- ---
## Contributions ## Contributions