Skip to content

Commit cfd2c76

Browse files
Bump package version to 1.3.0
1 parent aae8528 commit cfd2c76

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "computress-rs"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["OpenFusion Contributors"]
55
edition = "2021"
66

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ Next, fill out `config.json` in this project:
1818
```
1919
{
2020
"guild_id": <your Discord server's ID>,
21+
"mod_role_id": <ID of your moderator role for privileges>,
2122
"mod_channel_id": <ID of your moderation/alerts channel>,
2223
"log_channel_id": <ID of your chat/email log channel>,
23-
"monitor_address": <IP address and port of your OpenFusion monitor>
24+
"name_approvals_channel_id": <ID of your name approval requests channel>,
25+
"monitor_address": <IP address and port of your OpenFusion monitor>,
26+
"ofapi_endpoint": <address of your ofapi endpoint>
2427
}
2528
```
2629

@@ -33,3 +36,5 @@ cargo run --release [path to config.json]
3336
- Show server population in activity message
3437
- Check server status and population with `/check`
3538
- Dump in-game chat and email to a specific text channel
39+
- Send name requests into a specific text channel (only moderators can interact)
40+
- Check for outstanding name requests with `/namereqs`

0 commit comments

Comments
 (0)