You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People often aren't sure if they have any tasks on my stream (as most of them usually lurk on multiple streams). They also often forget to specify which task they want to interact with. In both cases, the bot returns the same error message (see screenshot). I tried crafting the error message that would make sense in both situations, but even then it's not clear enough.
Request
Currently, this error is handled by noTaskFound: reply (line 159). Return this message if user's task list is empty
Add a separate reply noTaskId if user did not specify a task number in their command
The text was updated successfully, but these errors were encountered:
Context
People often aren't sure if they have any tasks on my stream (as most of them usually lurk on multiple streams). They also often forget to specify which task they want to interact with. In both cases, the bot returns the same error message (see screenshot). I tried crafting the error message that would make sense in both situations, but even then it's not clear enough.
Request
Currently, this error is handled by
noTaskFound:
reply (line 159). Return this message if user's task list is emptyAdd a separate reply
noTaskId
if user did not specify a task number in their commandThe text was updated successfully, but these errors were encountered: