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
{{ message }}
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
name = engine.get_user_details(CONFIG[2][:REDIS_DB_HISTORY], telegram_id)
if name.eql?("") || name.to_s.empty?
notify.send_notify(telegram_id, Global::SEND_MESSAGE, "Hello there, have a great recess week! NUSBot wish you all the best for your Mid-Terms!!\n\nHappy studying!")
else
notify.send_notify(telegram_id, Global::SEND_MESSAGE, "Hello #{name}, have a great recess week! NUSBot wish you all the best for your Mid-Terms!!\n\nJiayou & Happy studying!")