40 |
``` |
``` |
41 |
|
|
42 |
Then open up the `config/config.json` file and change at least the following: |
Then open up the `config/config.json` file and change at least the following: |
|
**Note**: `...` means other options that exist in the config, you can edit them to customize the settings, but not required. |
|
43 |
|
|
44 |
```json |
```json |
45 |
{ |
{ |
59 |
} |
} |
60 |
``` |
``` |
61 |
|
|
62 |
|
**Note**: `...` means other options that exist in the config, you can edit them to customize the settings, but not required. |
63 |
|
|
64 |
Build the project: |
Build the project: |
65 |
|
|
66 |
``` |
``` |
79 |
npm start |
npm start |
80 |
``` |
``` |
81 |
|
|
82 |
And if everything was configured correctly, you should not see an error and the bot should say "The system has logged in to discord". |
And if everything was configured correctly, you should not see an error and the bot should say `Logged in as [tag]!`. |
83 |
Then you can run the following command in Discord to make sure everything is working: |
Then you can run the following command in Discord to make sure everything is working: |
84 |
|
|
85 |
``` |
``` |