the basis for wwrps is done (may add ranks)

This commit is contained in:
2026-02-27 18:11:15 +01:00
parent f3faa727c6
commit 486a204f1d
5 changed files with 73 additions and 15 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ add_post = ["weekly_art", "weekly"]
# Disabled selected command categories. All commands and their categories can be viewed in the README.
disabled_categories = [
# "fun",
# "help"
# "re"
# "debug"
# "help",
# "re",
# "debug",
# "db"
]
+8
View File
@@ -58,6 +58,14 @@
"dc_msg_update_removing_old": "{0}Removing old posts (threshold: {1}d)...",
"dc_msg_update_removing": "{0}Removing removed posts...",
"dc_msg_whoami": "**Bot \"owner\":** {0}\n**BK moderator:** {1}",
"dc_msg_wwrps_already_submitted": "You can't compete against yourself! Please wait until another player has submitted their RPS.",
"dc_msg_wwrps_anon": "[Anonymous]",
"dc_msg_wwrps_draw": "DRAW",
"dc_msg_wwrps_fight": "### {0} (P1) vs {1} (P2)...\n## {2}\n**P1:** {3}\n**P2:** {4}",
"dc_msg_wwrps_not_in_data": "Could not find `wwrps_channel` in data!\nHint: Run `/database WWRPSChannel` in a channel (requires administrator permission).",
"dc_msg_wwrps_p1_win": "P1 WINS",
"dc_msg_wwrps_p2_win": "P2 WINS",
"dc_msg_wwrps_submitting": "Submitting your RPS... Please wait for another contestant to compete against you.",
"log_lang_load_success": "Successfully loaded the english language file!",
"none": "None",
"py_re_response_suffix": "^(I am not an AI, I am just a bot. This action was performed automatically by the way. You can report bugs and view my source code [here](https://github.com/ByteDice/ByteDiceAssistant)!)",