Skip to content

Commit

Permalink
Merge pull request #25 from Wafflr450/master
Browse files Browse the repository at this point in the history
Used another lmgtfy website bc the other doesnt have a certificate anymore
  • Loading branch information
Nickster258 authored Jul 28, 2024
2 parents 2c9c547 + b6ef50c commit 252e962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/openredstone/chad/commands/Command.kt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ val lmgtfy = command {
val search by required()
reply {
buildString {
append("https://lmgtfy.com/?q=")
append("https://letmegooglethat.com/?q=")
append(search.split("\\s+").joinToString("+") {
URLEncoder.encode(it, "utf-8")
})
Expand Down

0 comments on commit 252e962

Please sign in to comment.