Suggestion
Command category for submitting and managing server suggestions in Kythia.
/suggestion
💡 Let members submit ideas and let admins accept or deny them with a structured voting system.
Usage
/suggestion decision <action> <id> <reason>
/suggestion delete <id>
/suggestion setup <channel> [admin_role] [upvote_emoji] [downvote_emoji]
/suggestion suggest <query> [image]
Subcommands
/suggestion suggest <query> [<image>] — Submit a new suggestion.
| Option | Type | Required | Description |
|---|---|---|---|
query |
Text | ✅ | Your suggestion text |
image |
Attachment | — | Optional image to attach |
/suggestion decision <action> <id> <reason> — Accept or deny a suggestion.
| Option | Type | Required | Description |
|---|---|---|---|
action |
Text | ✅ | Choices: Accept, Deny |
id |
Integer | ✅ | The local suggestion ID |
reason |
Text | ✅ | Reason for the decision |
/suggestion delete <id> — Delete a suggestion.
| Option | Type | Required | Description |
|---|---|---|---|
id |
Integer | ✅ | The local suggestion ID to delete |
/suggestion setup <channel> — Configure the suggestion system.
| Option | Type | Required | Description |
|---|---|---|---|
channel |
Channel | ✅ | Channel to post suggestions in |
admin_role |
Role | — | Role that can accept or deny suggestions |
upvote_emoji |
Text | — | Custom emoji for upvotes |
downvote_emoji |
Text | — | Custom emoji for downvotes |