Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcleanspleen committed Dec 13, 2017
1 parent a04dc4a commit 62d2b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func main() {
}
}
}
else, if strings.ToLower(message[:4]) == "otto" {
else if strings.ToLower(message[:4]) == "otto" {
ottomessage = true
//check if allowed
//send correct text
Expand Down

0 comments on commit 62d2b1b

Please sign in to comment.