Quotes
The Quote system allows you and your moderators to save memorable chat messages.
Commands
Section titled “Commands”!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).
Dashboard
Section titled “Dashboard”You can also view, edit, and delete quotes from the Quotes tab in the dashboard.
API Reference
Section titled “API Reference”Get Quotes
Section titled “Get Quotes”Endpoint: GET /api/quotes
Response: Array of Quote objects.
Create Quote
Section titled “Create Quote”Endpoint: POST /api/quotes
Payload:
{ "text": "Quote text here", "author": "username", "game": "Rust"}Get Random Quote
Section titled “Get Random Quote”Endpoint: GET /api/quotes/random
Delete Quote
Section titled “Delete Quote”Endpoint: DELETE /api/quotes/:id