Skip to content

Commit

Permalink
Merge pull request #141 from rust-lang/docs-document-discord-mods-bot
Browse files Browse the repository at this point in the history
docs: document discord mods bot
  • Loading branch information
marcoieni authored Sep 6, 2024
2 parents ce99fd2 + d9ba4e7 commit 9a507fb
Showing 1 changed file with 28 additions and 0 deletions.
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

0 comments on commit 9a507fb

Please sign in to comment.