Add boilerplate code for topup notifications

master
Mark Veidemanis 3 years ago
parent 365fc71f64
commit 2db063ab89
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -43,3 +43,6 @@ class Notify(object):
def notify_withdrawal(self, amount_usd): def notify_withdrawal(self, amount_usd):
self.sendmsg(f"Total: {amount_usd}", title="Withdrawal", tags="profit") self.sendmsg(f"Total: {amount_usd}", title="Withdrawal", tags="profit")
def notify_need_topup(self, amount_usd_xmr, amount_usd_btc):
self.sendmsg(f"XMR: {amount_usd_xmr} | BTC: {amount_usd_btc}", title="Topup needed", tags="admin")

Loading…
Cancel
Save