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
Copy file name to clipboardExpand all lines: bot/text_str.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,8 @@
55
55
+"/getdaytransaction - Retrieve transaction from dates\n"
56
56
+"/getoverall - Retrieve overall transaction for a month\n"
57
57
+"/cancel - Cancel Conversation\n"
58
-
+"\nTo report bugs, please create a issue at https://github.com/brucewzj99/tele-tracker-v2/issues or contact me @bruceeew on Telegram"
58
+
+"\nTo report bugs or request any features, please create a issue at https://github.com/brucewzj99/tele-tracker-v2/issues\n"
59
+
+"\nYou can support me by buying me a coffee at https://ko-fi.com/brucewzj"
59
60
)
60
61
61
62
GET_TRANSACTION_TEXT="Please specify the date and month you wish to retrieve from in this format: DD MMM\ne.g 16 Mar\n\nUse 'tdy' to retrieve the transacation for today \nor use /cancel to exit"
0 commit comments