Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: document discord mods bot #141

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions service-catalog/discord-mods-bot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Discord moderation bot

[Discord-mods-bot](https://github.com/rust-lang/discord-mods-bot)
is a bot used by the moderation team to manage the Rust Discord server.

The bot is managed in the
[terraform/discord-mods-bot](https://github.com/rust-lang/simpleinfra/tree/master/terraform/discord-mods-bot)
module.

## Versions

Here are the dependencies we need to keep up-to-date:

`simpleinfra` repo:

- terraform providers
- `aws_ecs_service` platform version

`discord-mods-bot` repo:

- Ubuntu version specified in the
[Dockerfile](https://github.com/rust-lang/discord-mods-bot/blob/master/Dockerfile)
- Rust dependencies: specified in the
[Cargo.toml](https://github.com/rust-lang/discord-mods-bot/blob/master/Cargo.toml)
- Postgres version
- GitHub Actions: specified in the
[workflows](https://github.com/rust-lang/discord-mods-bot/tree/master/.github/workflows)
directory