Skip to content

Quotes

The Quote system allows you and your moderators to save memorable chat messages.

  • !addquote <text>: Adds a new quote.
  • !quote [id]: (Coming Soon) Retrieves a random quote or a specific one by ID.
  • !delquote <id>: Deletes a quote (Mod only).

You can also view, edit, and delete quotes from the Quotes tab in the dashboard.

Endpoint: GET /api/quotes Response: Array of Quote objects.

Endpoint: POST /api/quotes

Payload:

{
"text": "Quote text here",
"author": "username",
"game": "Rust"
}

Endpoint: GET /api/quotes/random

Endpoint: DELETE /api/quotes/:id