plura/README.md
Suya1671 730058973c
docs: general code quality review and updated documentation throughout
This also makes it so that commands have documentation. Neat.
2025-06-22 19:19:42 +02:00

1,005 B
Executable file

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