diff --git a/LPS.js b/LPS.js index 110cd34..1406d7c 100644 --- a/LPS.js +++ b/LPS.js @@ -218,4 +218,4 @@ client.on('message', (message) => { }); }); -client.login(config.token); \ No newline at end of file +client.login(process.env.token); \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..f9690df --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +Worker: node LPS.js \ No newline at end of file diff --git a/config.json b/config.json index 5bfcf62..06a25c9 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,5 @@ { "defaultPrefix": "?", - "token": "ODYwMjk4NjgxMDQ3MDU2NDM0.YN5NlQ.m6lQ76B8b0ftjE6hhpoh1AGlYKU", "botID": "860298681047056434", "mongoURI": "mongodb+srv://lps_bot:ktSkHml2BU9EIQ0a@heroku-police-cad-dev.j7aom.mongodb.net/heroku_8pc4g86l?retryWrites=true&w=majority", "version": "Beta 0.6.2",