|
1 | 1 | --- |
2 | | -sidebar_position: 3 |
3 | | -title: "/feedback — Send Feedback to Mocha Developers" |
4 | | -description: Use the /feedback slash command to send bug reports, suggestions, and feature requests directly to the Mocha developers from any Discord server. |
| 2 | +sidebar_position: 5 |
| 3 | +title: "/feedback — Removed" |
| 4 | +description: The /feedback slash command has been removed. Use the Mocha support server or GitHub issues to send feedback. |
5 | 5 | keywords: |
6 | | - - /feedback command |
7 | | - - mocha bug report |
8 | | - - mocha feature request |
9 | | - - discord bot feedback |
| 6 | + - mocha feedback |
| 7 | + - mocha support |
10 | 8 | --- |
11 | 9 |
|
12 | 10 | # Feedback |
13 | 11 |
|
14 | | -Send feedback to the Mocha maintainers directly from Discord. The command opens a modal form that ends up as a formatted message in the developer channel, tagged with the server and user it came from so we can follow up if needed. |
| 12 | +:::caution Removed |
| 13 | +The `/feedback` slash command has been removed. It is no longer available in Discord. |
| 14 | +::: |
15 | 15 |
|
16 | | -## Slash Commands |
| 16 | +## How to send feedback now |
17 | 17 |
|
18 | | -### Feedback |
19 | | - |
20 | | -**Usage** |
21 | | - |
22 | | -```md |
23 | | - /feedback |
24 | | -``` |
25 | | - |
26 | | -**What happens next** |
27 | | - |
28 | | -1. Mocha responds with an ephemeral modal titled **Send Feedback**. |
29 | | -2. You fill in two fields. |
30 | | -3. You submit — Mocha replies *"Thank you for your feedback!"* and forwards the details to the developer channel. |
31 | | - |
32 | | -## Modal fields |
33 | | - |
34 | | -| Field | Required | Limits | Description | |
35 | | -| ---------- | -------- | -------------------- | ------------------------------------------------------------- | |
36 | | -| **Type** | yes | 3–20 characters | One of `bug`, `suggestion`, `feature_request`, `other`. | |
37 | | -| **Feedback** | yes | up to 2000 characters | Free-form description. Be specific — the more context, the better. | |
38 | | - |
39 | | -If you type something that isn't one of the four known values for **Type**, Mocha will accept the submission and quietly categorise it as `other`. You don't need to worry about spelling it exactly. |
40 | | - |
41 | | -## What the maintainers see |
42 | | - |
43 | | -Your submission is posted to the developer channel as an embed containing: |
44 | | - |
45 | | -- **Title** — "Received a feedback!" |
46 | | -- **Description** — the body you typed. |
47 | | -- **Color** — tinted by feedback type (bug, suggestion, feature_request, other each have their own color). |
48 | | -- **Author** — your Discord tag and avatar. |
49 | | -- **Type field** — the category. |
50 | | -- **Guild field** — the server name and ID the feedback came from. |
51 | | -- **User field** — your display name and user ID. |
52 | | -- **Timestamp** — when you submitted. |
53 | | - |
54 | | -## Writing effective feedback |
55 | | - |
56 | | -To help us act on your report quickly: |
57 | | - |
58 | | -- **Bugs** — include the command or action you ran, what you expected, what happened, and (if possible) the room ID. |
59 | | -- **Suggestions / feature requests** — describe the problem you're trying to solve, not just the solution you have in mind. We can usually find a better fit for the underlying need. |
60 | | -- **Other** — use this for questions, praise, or anything that doesn't fit the first three. We read all of it. |
| 18 | +- **Support server** — join [discord.mocha-bot.xyz](https://discord.mocha-bot.xyz) and post in the appropriate channel. |
| 19 | +- **GitHub issues** — open an issue at the Mocha GitHub repository for bug reports and feature requests. |
61 | 20 |
|
62 | 21 | ## See also |
63 | 22 |
|
64 | | -- [Support server](https://discord.mocha-bot.xyz/) — real-time help from the community. |
65 | | -- [Frequent Searches](/others/frequent-searches) — answers to the most common questions before you reach for `/feedback`. |
| 23 | +- [Frequent Searches](/others/frequent-searches) — answers to common problems. |
| 24 | +- [Getting Started](/tutorials/getting-started) — setup walkthrough. |
0 commit comments