Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
notquitethereyet authored Oct 1, 2020
1 parent a6b8bd7 commit be91fa3
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TOKEN=NzU2NTE4OTE0NzAzNDkxMTgz.X2TBJA.2aLIy5z0SPRmhNJZ_R7axgmBwlY
122 changes: 122 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^12.3.1",
"discord.js-minesweeper": "^1.0.6",
"dotenv": "^8.2.0",
"ms": "^2.1.2"
}
}

0 comments on commit be91fa3

Please sign in to comment.