- 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": "Reproduce música de YouTube, archivos locales, SoundCloud y radios.",
"module_description_utility": "Administra citas personalizadas, repeticiones de mensajes y revisa datos sobre el servidor",
"module_description_administration": "Moderación, castigos, configuración de roles autoasignables y saludos",
"module_description_customreactions": "Ajusta las respuestas del bot a ciertas palabras o frases",
"module_description_expressions": "Ajusta las respuestas del bot a ciertas palabras o frases",
"module_description_permissions": "Ajusta permisos para los comandos, filtro de palabras y configura enfriamiento para los comandos.",
"module_description_searches": "Busca bromas, imágenes de animales, anime y manga",
"module_description_xp": "Gana EXP según la actividad del chat, revisa la tarjeta de EXP de los usuarios.",