Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skilljson #27

Merged
merged 2 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include locale *
include *.txt
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src='./res/icon/dadjokes.png' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Jokes
# <img src='.dadjokes.png' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Jokes
Let OVOS brighten your day with a little humor from [icanhazdadjoke](icanhazdadjoke.com)

Chuck Norris jokes powered by [pyjokes](https://github.com/pyjokes/pyjokes)
Expand All @@ -8,9 +8,8 @@ Brighten your day with dad humor.

_WARNING: Laughter is not guaranteed, but eye rolls are likely._

Works in all languages
> NOTE: jokes will be automatically translated if language is not english

NOTE: this will automatically blacklist the official mycroft skill

## Examples
* "Tell me a joke."
Expand Down
File renamed without changes
21 changes: 21 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"title": "Jokes",
"description": "Brighten your day with dad humor. Laughter is not guaranteed, but eye rolls are likely.",
"examples": [
"Tell me a joke.",
"Say a joke.",
"Do you know any jokes?",
"Can you tell jokes?",
"Make me laugh.",
"Tell me a joke about dentists.",
"Do you know any Chuck Norris jokes?"
],
"tags": [
"Entertainment",
"joke",
"jokes",
"humor",
"humour",
"funny"
]
}
10 changes: 0 additions & 10 deletions res/desktop/skill-icanhazdadjokes.desktop

This file was deleted.

27 changes: 0 additions & 27 deletions res/desktop/skill.json

This file was deleted.

59 changes: 0 additions & 59 deletions skill.json

This file was deleted.

Loading