Skip to content

Commit

Permalink
I guess the last update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoZanotti committed Jun 6, 2020
1 parent 7e616f4 commit d5d4fe1
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 77 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
salodoff.zip
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ To install the bot dependencies use this comamnd in the bot directory:
```
$ npm install
```

Configure the ```config.json``` file and then do
```
$ node .
```
to start the bot.
2 changes: 1 addition & 1 deletion json/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"token" : "",
"token" : "Njg4OTM1MTY2MTM5MTcwODcw.Xtr5oA.MaS6SRHrp73h9DzkLRTVhN3T6cc",
"prefix" : "z."
}
139 changes: 64 additions & 75 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"author": "Leonardo Zanotti",
"license": "ISC",
"dependencies": {
"@discordjs/uws": "^10.149.0",
"common-tags": "^1.8.0",
"discord.js": "^11.5.1",
"fs": "0.0.1-security",
Expand Down

0 comments on commit d5d4fe1

Please sign in to comment.