Skip to content

Commit 26ca4de

Browse files
committed
docs: update Setup-project-locally.md
1 parent 41a3fda commit 26ca4de

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

wiki/Setup-project-locally.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,13 @@ See the following guide if you still have to create a server and a bot first:
9898

9999
![Discord Developer Portal - Bot Token](https://i.imgur.com/IB5W8vZ.png)
100100

101-
To run the bot, you will need a `config.json` file with specific content. You can find a template for this file, with meaningful default values, in `application/config.json.template`.
101+
To run the bot, you will need a `secrets.json` file with specific content. You can find a template for this file, with meaningful default values, in `application/secrets.json.template`.
102102

103103
Replace `<your_token_here>` with your bot token; you can also adjust the other settings if you want.
104104

105105
### IntelliJ
106106

107-
1. put the configuration file to `TJ-Bot\application\config.json` or run the program with a single argument, the path to your config file
108-
2. in the Gradle view, click the `run` task and start it
107+
1. in the Gradle view, click the `run` task and start it
109108

110109
![Bot runs](https://i.imgur.com/KdsSsx0.png)
111110

0 commit comments

Comments
 (0)