mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
updated RM
This commit is contained in:
parent
d5e4e7ba8b
commit
5289e61007
1 changed files with 9 additions and 1 deletions
|
|
@ -8,4 +8,12 @@ If you don't want to clone the repo but instead just use this folder, you need t
|
|||
|
||||
### Setting up credentials
|
||||
|
||||
Edit `config.json` to use your Discord email and password, and then run `node hydrabot.js`.
|
||||
Create `config.json` to use your Discord email and password, and then run `node hydrabot.js`.
|
||||
|
||||
What config.json should look like:
|
||||
```js
|
||||
{
|
||||
"email" : "your email",
|
||||
"password" : "your password"
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue