Last active
August 21, 2022 10:23
-
-
Save seamus65/9a630b9531ee34b868522b277a1e5852 to your computer and use it in GitHub Desktop.
Vicki script to open TL Tech Smart Website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==VickiScript== | |
// @name TL Tech Script | |
// @utterance Tell $invocation tl tech | |
// ==/VickiScript== | |
$vs.listen(/^tl tech$/, async (req, res, match) => { | |
const url = 'https://www.tltechsmart.com'; | |
await browser.tabs.create({ url }); | |
res.say("Welcome to the TL Tech Smart Website").send(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice sponsorship