[AB-xxx] adding templates for wikipedia and dictionary feature

This commit is contained in:
Sheldan
2023-12-28 22:28:36 +01:00
parent 4bc06cbb07
commit d8923adae1
21 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1 @@
Searches for definitions in a public English dictionary

View File

@@ -0,0 +1,2 @@
Searches for definitions on [Free Dictionary API](https://dictionaryapi.dev/).
This is limited to the English language.

View File

@@ -0,0 +1 @@
General failure when doing the Dictionary request.

View File

@@ -0,0 +1,2 @@
Searches for articles on [Wikipedia](https://en.wikipedia.org/wiki/Main_Page).
The language of the article can be defined server-wide with the config key: `wikipediaLanguageKey` or with an optional parameter for the slash command.

View File

@@ -0,0 +1 @@
General failure when doing the Wikipedia request.