Separate debug commands from send

This commit is contained in:
Michael De Roover 2021-01-24 08:42:06 +01:00
parent 167b1b510d
commit c0cb2dc908
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -51,6 +51,8 @@ sendpic(){
-d "chat_id=$chat" -d "parse_mode=markdownv2" \ -d "chat_id=$chat" -d "parse_mode=markdownv2" \
-d "photo=$1" -d "caption=$2" -d "photo=$1" -d "caption=$2"
} }
# Debugging commands
fdebug(){ fdebug(){
debug "Entered function $1()." debug "Entered function $1()."
} }