Convert to priv repo

This commit is contained in:
SowinskiBraeden committed 2021-08-03 17:44:37 -07:00
1 parent d1d68c5408
commit f7c03488ed
3 files changed
+1 -11

No files matched your search

-3
View File
@@ -3,6 +3,3 @@ node_modules/*
# test file # test file
test.js test.js
# Config
config.json
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"defaultPrefix": "?", "defaultPrefix": "?",
"token": "ODYwMjk4NjgxMDQ3MDU2NDM0.YN5NlQ.0K2-N3FSlF9sOMaKLURb4OmyCzQ", "token": "ODYwMjk4NjgxMDQ3MDU2NDM0.YN5NlQ.m6lQ76B8b0ftjE6hhpoh1AGlYKU",
"botID": "860298681047056434", "botID": "860298681047056434",
"mongoURI": "mongodb://localhost/27017", "mongoURI": "mongodb://localhost/27017",
"version": "Beta 0.6.2" "version": "Beta 0.6.2"
-7
View File
@@ -1,7 +0,0 @@
{
"defaultPrefix": "?",
"token": "",
"botID": "",
"mongoURI": "mongodb://localhost/27017",
"version": "0.0.0"
}