mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
- 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:
@@ -937,7 +937,7 @@
|
||||
"module_description_music": "Spiele Musik von YouTube, lokalen Dateien und Radio Streams",
|
||||
"module_description_utility": "Verwalte benutzerdefinierte Zitate, wiederholte Nachrichten und überprüfe Fakten über den Server",
|
||||
"module_description_administration": "Moderation, bestrafe Nutzer, richte selbst zuweisbare Rollen und Willkommensnachrichten ein",
|
||||
"module_description_customreactions": "Richte benutzerdefinierte Bot-antworten für bestimmte Wörter oder Sätze ein",
|
||||
"module_description_expressions": "Richte benutzerdefinierte Bot-antworten für bestimmte Wörter oder Sätze ein",
|
||||
"module_description_permissions": "Richte Berechtigungen für Befehle ein, filtere Wörter und richte Abklingzeiten für Befehle ein",
|
||||
"module_description_searches": "Suche nach Witzen, Bilder von Tieren, Anime und Manga",
|
||||
"module_description_xp": "Erhalte XP basierend auf Chataktivität, prüfe Nutzer XP-karten",
|
||||
|
Reference in New Issue
Block a user