mirror of
https://github.com/System-End/plura.git
synced 2026-04-19 16:28:21 +00:00
A slack bot designed to make the lives of plural systems easier
| migrations | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
slack-system-bot
A bot of all time for plural folks :D
Features
- Manage members and profiles
- Send messages under different members
- Message editing
- Message reproxying (i.e. sending a message under a different user after it's been sent)
- Set and view information about a member
AI Usage in this project
(Required for Summer Of Making by Hack Club)
- General autocompletion tooling (i.e. Zed edit predictions)
- Initial draft of the merge_trigger_fields migration was done by AI
- This also included editing matching structs
- This has been refactored and edited by Suya1671
- Initial draft of trigger commands was done by AI
- Note that this has been completely redone and nearly no AI-generated code remains. Suya1671 remade triggers to have an entirely command based interface.
- General code analysis was done by AI to make sure it's easier to understand and maintain the project
- No code edits were made, only suggestions which were implemented if seen fit by Suya1671