- Generator will now also add [NadekoDescription] attribute to commands

- CustomReactions module (and customreactions db table) renamed to Expressions. This was done to remove confusion about how it relates to discord Reactions (it doesn't, it was created and named before discord reactions existed)
- Permissionv2 db table renamed to Permissions
- Expression command now start with ex/expr and end with the name of the action or setting. For example .exd is expression delete
- CommandStrings will now use methodname as the key, and not the command name (first entry in aliases.yml). In other words aliases.yml and commands.en-US.yml will use the same keys (once again).
This commit is contained in:
Kwoth
2022-01-02 12:01:33 +01:00
parent 6322e0e077
commit 2edda76218
41 changed files with 3299 additions and 417 deletions

View File

@@ -937,7 +937,7 @@
"module_description_music": "Відтворюйте музику з YouTube, локальні файли soundcloud та радіопотоки",
"module_description_utility": "Керуйте власними цитатами, повторюваними повідомленнями та перевіряйте факти про сервер",
"module_description_administration": "Модеруйте, карайте користувачів, налаштовуйте самостійно призначені ролі та вітайте повідомлення",
"module_description_customreactions": "Налаштуйте власні відповіді бота на певні слова чи фрази",
"module_description_expressions": "Налаштуйте власні відповіді бота на певні слова чи фрази",
"module_description_permissions": "Налаштуйте дозволи для команд, фільтруйте слова та налаштуйте час відновлення",
"module_description_searches": "Шукайте жарти, зображення тварин, аніме та мангу",
"module_description_xp": "Отримайте ХР на основі активності в чаті, перевірте картки ХР користувачів",