Skip to content

Instantly share code, notes, and snippets.

@zachlim98
Last active October 26, 2020 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachlim98/5d137b50da37ac70dec82db3e99f2817 to your computer and use it in GitHub Desktop.
Save zachlim98/5d137b50da37ac70dec82db3e99f2817 to your computer and use it in GitHub Desktop.
st=>start: "She opens the bot"
cond=>condition: "Does she start the bot?"
sucks=>operation: "That sucks. I guess it's the end"
telebot=>operation: "Apologise for tricking her and
tell her we're still going for dinner!"
part2=>operation: "Send her dinner location"
part3=>operation: "Send her cute sticker"
part4=>operation: "Ask her (by using telegram's inbuilt RNG)"
e=>end
st->cond
cond(no)->sucks
cond(yes)->telebot->part2->part3->part4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment