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": [ "Aliases": [
".catfact" ".catfact"
], ],
"Description": "Shows a random catfact from <https://catfacts-api.appspot.com/api/facts>", "Description": "Shows a random fact about cats.",
"Usage": [ "Usage": [
".catfact" ".catfact"
], ],
@ -5574,7 +5574,7 @@
".ytuploadnotif", ".ytuploadnotif",
".yun" ".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": [ "Usage": [
".ytuploadnotif https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow", ".ytuploadnotif https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow",
".ytuploadnotif https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow New video is posted" ".ytuploadnotif https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow New video is posted"
@ -5642,7 +5642,7 @@
".yomama", ".yomama",
".ym" ".ym"
], ],
"Description": "Shows a random joke from <https://api.yomomma.info/>", "Description": "Shows a random yomama joke.",
"Usage": [ "Usage": [
".yomama" ".yomama"
], ],
@ -5697,7 +5697,7 @@
".magicitem", ".magicitem",
".mi" ".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": [ "Usage": [
".magicitem" ".magicitem"
], ],

View file

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

View file

@ -2085,13 +2085,13 @@ urbandict:
- query: - query:
desc: "The term being searched for in the dictionary." desc: "The term being searched for in the dictionary."
catfact: catfact:
desc: Shows a random catfact from <https://catfacts-api.appspot.com/api/facts> desc: Shows a random fact about cats.
ex: ex:
- '' - ''
params: params:
- {} - {}
yomama: yomama:
desc: Shows a random joke from <https://api.yomomma.info/> desc: Shows a random yomama joke.
ex: ex:
- '' - ''
params: params:
@ -2109,7 +2109,7 @@ chucknorris:
params: params:
- {} - {}
magicitem: 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: ex:
- '' - ''
params: params:
@ -3679,8 +3679,8 @@ eightball:
ytuploadnotif: ytuploadnotif:
desc: |- desc: |-
Subscribe to a youtube channel's upload rss feed. 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. 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: ex:
- https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow - https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow
- https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow New video is posted - https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow New video is posted