Tasks
The Tasks system allows server administrators to create and manage various tasks for users to complete, with support for both text and image-based submissions. The system includes task creation, submission, review, and reward distribution.
Server Admin Commands
Set Up Tasks UI
Parameters:
channel
: Channel to place the UItask_ui_image_url
: (Optional) Custom image URLtask_ui_embed_text
: (Optional) Custom embed text
Add Task
Parameters:
task_type
: Type of task (text/image)task_name
: Name of the tasktask_description
: Description of the tasktask_reward
: Reward amountallowed_role
: (Optional) Role restrictionmax_approvals
: (Optional) Maximum number of approvals
View Task Info
Parameters:
task_name
: Name of the task to view
Delete Task
Parameters:
task_name
: Name of the task to delete
Edit Task
Parameters:
task_name
: Name of the task to edittask_description
: (Optional) New descriptiontask_reward
: (Optional) New reward amountallowed_role
: (Optional) New role restrictionmax_approvals
: (Optional) New maximum approvals
View All Tasks
Shows all tasks in the server.
Review Tasks
Parameters:
task_name
: (Optional) Filter by task nameuser_name
: (Optional) Filter by user
For Community Members
Community members can use the Tasks UI to view tasks, complete them and check their tasks status. Alternatively, they can also use the commands below.
Submit Task
Parameters:
task_name
: Name of the taskimage
: Image attachment (for image tasks)
View Completed Tasks
Parameters:
user
: (Optional) User to checkpage
: (Optional) Page number (1-10)
View Pending Tasks
Parameters:
user
: (Optional) User to checkpage
: (Optional) Page number (1-10)
View Rejected Tasks
Parameters:
user
: (Optional) User to checkpage
: (Optional) Page number (1-10)
Maximum Tasks
1
5
25
UI Customization
❌
Task Types
Text/Image
Text/Image
Text/Image
Task Approvals
Unlimited
Unlimited
Unlimited
Last updated