Skip to content

Commit 7dfbc71

Browse files
committed
Merge pull request NARKOZ#81 from xer0k00l/removed_bug_of_smack_my_bitch_up
removed .mess bug of smack_my_bitch_up
2 parents 617122a + cb105c8 commit 7dfbc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/smack_my_bitch_up.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func main(){
3131

3232
response,err := exec.Command("curl","-fSs","-u",TWILIO_ACCOUNT_SID + ":" + TWILIO_AUTH_TOKEN, "-d", "From=" + MY_NUMBER, "-d", "To=" + HER_NUMBER, "-d" , "Body=" + message, "https://api.twilio.com/2010-04-01/Accounts/" + TWILIO_ACCOUNT_SID + "/Messages").Output()
3333
if(err != nil){
34-
fmt.Printf("Failed to send SMS: ",err.mess)
34+
fmt.Printf("Failed to send SMS: ",err)
3535
return
3636
}
3737

0 commit comments

Comments
 (0)