Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

change from lmgtfy.com to https://lmgtfy.wtf #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = class LMGTFY extends Plugin {

return {
send: true,
result: `<https://lmgtfy.com/?${queryString}>`
result: `<https://lmgt.org//?q={queryString}>`
};
}

Expand Down