diff --git a/src/states/state-handlers.ts b/src/states/state-handlers.ts index 008ef4c..b2ea6c5 100644 --- a/src/states/state-handlers.ts +++ b/src/states/state-handlers.ts @@ -316,7 +316,7 @@ export const handleFacultyFeedbackRating = async (ctx: BotHandlerContext) => { ) { await ctx.bot.sendMessage( whatsappPayload.sender, - "Invalid input. Please try again." + "Invalid input. Please try again, or type *cancel* to cancel." ); return updatedUser; }