Skip to content

Instantly share code, notes, and snippets.

@slapglif
Created August 30, 2018 19:27
Show Gist options
  • Save slapglif/55f6f1d84745e003ea5dca4588a2570d to your computer and use it in GitHub Desktop.
Save slapglif/55f6f1d84745e003ea5dca4588a2570d to your computer and use it in GitHub Desktop.
from telegram.ext import (Updater, CommandHandler, RegexHandler, ConversationHandler)
def tele(direction, pair, bot, update):
update.message.reply_text(
"Signal Detected by IcarusBot: " + direction + " on " + pair)
return SIGNALS
bots = []
updates = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment