File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Codercord
2
2
3
- A Discord bot for the Coder community server written in Typescript .
3
+ A Discord bot for the Coder community server written in TypeScript .
4
4
5
5
## How to run
6
6
@@ -11,19 +11,23 @@ A Discord bot for the Coder community server written in Typescript.
11
11
cd codercord
12
12
```
13
13
14
- 2. Run the project
14
+ 2. Configure the project
15
15
16
- TODO: Add instructions to run the project
16
+ 3. Run the project
17
+
18
+ ```
19
+ bun start
20
+ ```
17
21
18
22
# # Configuration
19
23
20
- Environment variables :
24
+ # ## Environment variables (case sensitive)
25
+
26
+ - ` Codercord_token` : The Discord bot' s token
21
27
22
- - ` CODERCORD_TOKEN` : The Discord bot' s token
23
- - `CODERCORD_TOML_PATH` : The path of the toml config file (default: config.toml)
24
- (relative to process working directory if no absolute path is provided)
28
+ ### Configuration file
25
29
26
- Example `config.toml ` provided [here](https://github.com/coder/codercord/blob/main /config.toml .example)
30
+ Example `config.json ` provided [here](https://github.com/coder/codercord/blob/typescript /config.json .example)
27
31
28
32
## Contributing
29
33
You can’t perform that action at this time.
0 commit comments