Right now users can enter date of LFG using this mask: dd MM yyyy. Bot should allow to emit year and handle this case as "now". To example, user enters "30 06" and this should be treated as "30 06 ${NOW_YEAR}". If user manually enters year, then use it.
Right now users can enter date of LFG using this mask:
dd MM yyyy
. Bot should allow to emit year and handle this case as "now". To example, user enters "30 06" and this should be treated as "30 06 ${NOW_YEAR}". If user manually enters year, then use it.