From cd4768c7c088e35324612999c7861a43f7bdf5b7 Mon Sep 17 00:00:00 2001 From: Nightscape Coffee <23473065+coffeebank@users.noreply.github.com> Date: Sun, 7 Jul 2024 13:01:16 -0700 Subject: [PATCH] Add kodict plugin ; Update animemanga, timein plugins (#26) * Add kodict plugin * Update animemanga, timein plugins --- data/plugins/thirdparty/animemanga.yaml | 2 +- data/plugins/thirdparty/kodict.yaml | 6 ++++++ data/plugins/thirdparty/timein.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 data/plugins/thirdparty/kodict.yaml diff --git a/data/plugins/thirdparty/animemanga.yaml b/data/plugins/thirdparty/animemanga.yaml index 45984a1..b3c8e0d 100644 --- a/data/plugins/thirdparty/animemanga.yaml +++ b/data/plugins/thirdparty/animemanga.yaml @@ -2,5 +2,5 @@ name: animemanga repo: https://github.com/coffeebank/coffee-maubot/tree/master/animemanga license: AGPL-3.0-or-later author: coffeebank -description: An anime/manga bot for Matrix. Search anime, manga (manhwa/manhua), and light novels from Anilist. See series info, status, and episodes/chapters. +description: An anime/manga bot for Matrix. Search anime, manga (manhwa/manhua), and light novels. See series info, status, episodes/chapters, and tags. Search Anilist, MangaDex, and Batoto. public_instances: [] diff --git a/data/plugins/thirdparty/kodict.yaml b/data/plugins/thirdparty/kodict.yaml new file mode 100644 index 0000000..9c99c2d --- /dev/null +++ b/data/plugins/thirdparty/kodict.yaml @@ -0,0 +1,6 @@ +name: kodict +repo: https://github.com/coffeebank/coffee-maubot/tree/master/kodict +license: AGPL-3.0-or-later +author: coffeebank +description: A Korean dictionary Matrix bot for searching and translating Korean vocabulary (Hangul/Hangeul, Hanja). Searches National Institute of Korean Language's Korean-English Learners' Dictionary (한국어기초사전). +public_instances: [] diff --git a/data/plugins/thirdparty/timein.yaml b/data/plugins/thirdparty/timein.yaml index b339ebc..83ca6fd 100644 --- a/data/plugins/thirdparty/timein.yaml +++ b/data/plugins/thirdparty/timein.yaml @@ -2,5 +2,5 @@ name: timein repo: https://github.com/coffeebank/coffee-maubot/tree/master/timein license: AGPL-3.0-or-later author: coffeebank -description: Get the time in specific cities. Check timezones. !timein New York (Python 3.9+) (Python <3.9 requires pytz, fuzzywuzzy) +description: Get the time in specific cities. Check timezones. !timein America/New_York (Python 3.9+) public_instances: []