add: Added .dmmod and .dmcmd to disable modules and commands in bot DMs

This commit is contained in:
Kwoth
2024-12-02 02:20:33 +00:00
parent 5143e42dff
commit 2d72f6f498
7 changed files with 103 additions and 10 deletions

View File

@@ -758,6 +758,10 @@
"gcmd_remove": "Command {0} has been enabled on all servers.",
"gmod_add": "Module {0} has been disabled on all servers.",
"gmod_remove": "Module {0} has been enabled on all servers.",
"dmmod_add": "Module {0} has been disabled in bot DMs.",
"dmmod_remove": "Module {0} has been enabled in bot DMs.",
"dmcmd_add": "Command {0} has been disabled in bot DMs.",
"dmcmd_remove": "Command {0} has been enabled in bot DMs.",
"lgp_none": "No blocked commands or modules.",
"cant_read_or_send": "You can't read from or send messages to that channel.",
"quotes_notfound": "No quotes found matching the quote ID specified.",