Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (26 loc) · 610 Bytes

File metadata and controls

32 lines (26 loc) · 610 Bytes

LMGTFY

Usage

.lmgtfy <query> [<site> <type>]

Sends a 'let me google that for you link'.

<site> can be one of these options (the key - with the hyphen)

const sites = {
    '-g': 'g', // google
    '-y': 'y', //yahoo
    '-b': 'b', // bing
    '-k': 'k', // ask
    '-a': 'a', // aol
    '-d': 'd' // duckduckgo
}

The same applies to the type of query:

const types = {
    '-w': 'w', // web
    '-i': 'i' // image
}

Permission Requirements

['SEND_MESSAGES']

Author

devmod © RedXTech, Released under the MIT License.