Skip to content

Instantly share code, notes, and snippets.

@zachlim98
Last active October 26, 2020 02:18
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/8399f561a3e3efadb094a9b2799db64f to your computer and use it in GitHub Desktop.
Save zachlim98/8399f561a3e3efadb094a9b2799db64f to your computer and use it in GitHub Desktop.
def decision(update, context):
context.bot.send_dice(chat_id=update.message.chat_id, emoji="🎯", value=6)
update.message.reply_text("Heh, I think that's a yes..?")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment