A rust library for interacting with multiple Spacebar-compatible Instances at once.
Go to file
bitfl0wer ebe80914d2 Change rusty-hook to be pre-commit 2023-05-28 11:43:03 +02:00
.github/workflows Update rust.yml 2023-05-13 15:49:07 +02:00
images add images 2023-04-15 18:33:18 +02:00
src run cargo fmt && cargo fix 2023-05-28 00:50:52 +02:00
tests Testing on main woah 2023-05-28 00:53:45 +02:00
types start porting over new types folder 2023-05-25 23:09:18 +02:00
.gitignore Include vscode and idea dirs 2023-04-05 21:55:19 +02:00
.rusty-hook.toml Change rusty-hook to be pre-commit 2023-05-28 11:43:03 +02:00
Cargo.toml Add rusty-hook for pre-push cargo fmt 2023-05-28 00:52:11 +02:00
LICENSE Initial commit 2023-04-03 22:19:25 +02:00
README.md Flesh out the Roadmap 2023-05-27 15:25:41 +02:00

README.md

Discord Build Contributors Forks Issues


Logo

Chorus

A rust library for interacting with (multiple) Spacebar-compatible APIs and Gateways (at the same time).
Explore the docs »

Report Bug · Request Feature · Join Discord

Roadmap

Core Functionality

Messaging

User Management

  • User profile customization
  • Gettings users and user profiles
  • Friend requests
  • Blocking users
  • User presence (online, offline, idle, etc.)
  • User status (custom status, etc.)
  • Account deletion

Additional Features

  • Emoji
  • Stickers
  • Forum channels
  • Server discovery
  • Server templates

Voice and Video

  • Voice chat support
  • Video chat support

Permissions and Roles

  • Role management (creation, deletion, modification)
  • Permission management (assigning and revoking permissions)
  • Channel-specific permissions
  • Role-based access control

Server Management

  • Server creation
  • Server deletion
  • Server settings management (name, description, icon, etc.)
  • Member management (adding, removing, banning, unbanning)
  • Server invites

Moderation

  • Channel moderation (slow mode, etc.)
  • User sanctions (mute, kick, ban)
  • Audit logs

Embeds and Rich Content

  • Sending rich content in messages (links, images, videos)
  • Customizing embed appearance (title, description, color, fields)

Notifications and Push Notifications

  • Notification settings management

Webhooks

  • Webhook creation and management
  • Handling incoming webhook events

Documentation and Examples

  • Comprehensive documentation
  • Example usage and code snippets
  • Tutorials and guides