Skip to content

Commit

Permalink
Bump package version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yungcomputerchair committed Jan 6, 2025
1 parent aae8528 commit cfd2c76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "computress-rs"
version = "1.2.0"
version = "1.3.0"
authors = ["OpenFusion Contributors"]
edition = "2021"

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ Next, fill out `config.json` in this project:
```
{
"guild_id": <your Discord server's ID>,
"mod_role_id": <ID of your moderator role for privileges>,
"mod_channel_id": <ID of your moderation/alerts channel>,
"log_channel_id": <ID of your chat/email log channel>,
"monitor_address": <IP address and port of your OpenFusion monitor>
"name_approvals_channel_id": <ID of your name approval requests channel>,
"monitor_address": <IP address and port of your OpenFusion monitor>,
"ofapi_endpoint": <address of your ofapi endpoint>
}
```

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

0 comments on commit cfd2c76

Please sign in to comment.