mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
updated RM
This commit is contained in:
@@ -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
|
### 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"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user