Migrated debug cmds to new LANG

This commit is contained in:
2026-03-05 13:40:06 +01:00
parent 55329505b4
commit 0836131045
7 changed files with 56 additions and 29 deletions
+11 -3
View File
@@ -1,6 +1,7 @@
{
"generic": {
"none": "None"
"none": "None",
"success": "Success!"
},
"dc": {
"re": {
@@ -37,7 +38,14 @@
"added_server": "Added your server to my database. Thanks for letting me steal it! (/s)",
"corrupted_data": "Couldn't add your server to the database! The database is corrupted!",
"server_404": "This server is not in the data!\n-# Hint: Run the command `/database AddServer` inside of a Discord server (requires administrator permission).",
"channel_bind": "Successfully added channel ID `{0}` to the database!"
}
"channel_bind": "Successfully added channel ID `{0}` to the database!",
"not_in_guild": "I am not a part of that guild.",
"saving_progress": "Saving data...",
"saving_done": "Saving data... Done!"
},
"no_perms_external": "Missing permission in that server: {0}",
"shutdown": "Shutting down...",
"shutdown_bad_confirm": "Failed to shut down: Invalid confirmation.",
"whoami": "**Bot \"owner\":** {0}\n**BK moderator:** {1}"
}
}