Compare commits

...

3 commits

Author SHA1 Message Date
53b7ba640d
Updated commandlist 2024-08-11 19:28:16 +12:00
1256562ad9
Upped games.yml to v5
This should have happened 2 updates ago
2024-08-11 19:27:30 +12:00
f10c49ec61
Simplified some command strings 2024-08-11 19:26:03 +12:00
3 changed files with 11 additions and 11 deletions

View file

@ -5413,7 +5413,7 @@
"Aliases": [
".catfact"
],
"Description": "Shows a random catfact from <https://catfacts-api.appspot.com/api/facts>",
"Description": "Shows a random fact about cats.",
"Usage": [
".catfact"
],
@ -5574,7 +5574,7 @@
".ytuploadnotif",
".yun"
],
"Description": "Subscribe to a youtube channel's upload rss feed.\nShortcut for `.feed https://www.youtube.com/feeds/videos.xml?channel_id=%3Cyoutube_channel_id`\nYou can optionally specify a message which will be posted with an update.",
"Description": "Subscribe to a youtube channel's upload rss feed.\nYou can optionally specify a message which will be posted with an update.\nThis is just a shortcut for `.feed` with a url of the youtube channel's rss feed.",
"Usage": [
".ytuploadnotif https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow",
".ytuploadnotif https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow New video is posted"
@ -5642,7 +5642,7 @@
".yomama",
".ym"
],
"Description": "Shows a random joke from <https://api.yomomma.info/>",
"Description": "Shows a random yomama joke.",
"Usage": [
".yomama"
],
@ -5697,7 +5697,7 @@
".magicitem",
".mi"
],
"Description": "Shows a random magic item from <https://1d4chan.org/wiki/List_of_/tg/%27s_magic_items>",
"Description": "Shows a random magic item with its description.",
"Usage": [
".magicitem"
],

View file

@ -1,5 +1,5 @@
# DO NOT CHANGE
version: 4
# DO NOT CHANGE
version: 5
# Hangman related settings (.hangman command)
hangman:
# The amount of currency awarded to the winner of a hangman game
@ -56,7 +56,7 @@ raceAnimals:
name: Unicorn
# Which chatbot API should bot use.
# 'cleverbot' - bot will use Cleverbot API.
# 'gpt' - bot will use GPT API
# 'openai' - bot will use OpenAi API
chatBot: OpenAi
chatGpt:
# Url to any openai api compatible url.

View file

@ -2085,13 +2085,13 @@ urbandict:
- query:
desc: "The term being searched for in the dictionary."
catfact:
desc: Shows a random catfact from <https://catfacts-api.appspot.com/api/facts>
desc: Shows a random fact about cats.
ex:
- ''
params:
- {}
yomama:
desc: Shows a random joke from <https://api.yomomma.info/>
desc: Shows a random yomama joke.
ex:
- ''
params:
@ -2109,7 +2109,7 @@ chucknorris:
params:
- {}
magicitem:
desc: Shows a random magic item from <https://1d4chan.org/wiki/List_of_/tg/%27s_magic_items>
desc: Shows a random magic item with its description.
ex:
- ''
params:
@ -3679,8 +3679,8 @@ eightball:
ytuploadnotif:
desc: |-
Subscribe to a youtube channel's upload rss feed.
Shortcut for `.feed https://www.youtube.com/feeds/videos.xml?channel_id=%3Cyoutube_channel_id`
You can optionally specify a message which will be posted with an update.
This is just a shortcut for `.feed` with a url of the youtube channel's rss feed.
ex:
- https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow
- https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow New video is posted