This section is dedicated for all of the modules built by the community in one place so that anyone can search it quickly and effectively.
Note : Make sure to double check any 3rd party module before installing in order to make sure you’re privacy stays intact.
write a short discription.
Link to your given module.
This is a joke module which fetches some jokes from www.goodbadjokes.com and speaks it out through Stephanie.
Open modules.json file, and add this at the very end before the last ending bracket :
["JokeModule@TellJoke", ["tell", "joke"]]
Somewhat like this (Notice there’s no comma in the end if it’s the last):
[
[...]
[...]
["SomeOtherModule@DoSomeShit", ['just', 'a', 'sample']],
["SomeOtherModule@DoSomeShit", ['just', 'a', 'sample']],
["JokeModule@TellJoke", ["tell", "joke"]]
]
You: Hey Stephanie, tell me a joke.
Stephanie: What did one snowman say to the other snowman?It smells like carrots out here!