Files
Chat-Task-Tic-Overlay/MultiTask.md
T
2023-08-23 18:56:50 +08:00

1.3 KiB

Multi-Task Widget

Multi-Task Widget is a task widget that allows you to add multiple tasks at one time!

Want acccess to the widget for your stream? Join the Discord server!


Basic commands

() : optional, if there's only 1 incomplete task

[] : required

  • !taskhelp : shows the help message
  • !add [task] : add the task to your list
  • !edit (index) [task] : edit the task at the specified index
  • !done (index / task) : mark task as done
  • !remove (index / task) : remove task from list
  • !check (@user) : check (your own / mentioned user's) incomplete and completed tasks

Tip: You can add/remove/mark complete several tasks in 1 command!

Multiple tasks in one command

Add command

  • !add task 1, task 2, task 3

Remove command

  • !remove task 1, task 2, task 3 (specify task names)
  • !remove 1, 2, 3 (specify task indexes/indices)
  • !remove 1 2 3 (specify task indexes/indices without commas)

Done command

  • !done task 1, task 2, task 3 (specify task names)
  • !done 1, 2, 3 (specify task indexes/indices)
  • !done 1 2 3 (specify task indexes/indices without commas)

Mod only commands

  • !clear : clears all tasks
  • !cleardone : clears all done tasks
  • !adel @user : clears all tasks of the mentioned user