hotfixes & QOL
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
[general]
|
||||
# The discord bots status text
|
||||
status = "🎲 https://bytedice.net"
|
||||
|
||||
[reddit]
|
||||
# Which subreddits the bot will scan when executing "re"-category commands.
|
||||
# Is automatically disabled when `disabled_categories` includes "re".
|
||||
|
||||
+3
-1
@@ -12,7 +12,7 @@
|
||||
"dc_msg_corrupted_data": "Oopsies `(。>\\\\<)`. It looks like my data i-is \\**sob*\\*... c-corrupted!\n[From Byte Dice]: I have no idea what I was thinking while writing this at 2am. I'm not removing it.",
|
||||
"dc_msg_data_server_404": "This server is not in the data!\n Hint: Run the command `/add_server` inside of a Discord server (requires administrator permission).",
|
||||
"dc_msg_dm_python_err_socket": "Unknown internal Python error occurred: Websocket response error",
|
||||
"dc_msg_dm_python_err": "Unknown internal Python Error: `{0}`",
|
||||
"dc_msg_dm_python_err": "Unknown internal Python Error:\n```\n{0}\n```",
|
||||
"dc_msg_embed_default_embed_desc": "Default english embed description.",
|
||||
"dc_msg_embed_re_post": "Spoilers and vote length anonymizer for fair review!\n## Post Data:\n**Post upvotes:** ||`{0:>6}`||\n**Moderator votes:** ||`{1:>6}`||\n**Media type:** `{2}`\n**URL:** ||<{3}>||\n\n## Listing Data:\n**Added by:** `{{ human: {4}, bot: {5} }}`\n**Approved by:** `{{ human: {6}, bot: [not implemented] }}`",
|
||||
"dc_msg_embed_re_removed": "## Removed by `{0}`\n**Reason:** {1}\n**URL**: ||<{2}>||",
|
||||
@@ -29,11 +29,13 @@
|
||||
"dc_msg_re_permdeny_not_re_mod": "Permission denied: You are not a moderator of the subreddit(s) {0}",
|
||||
"dc_msg_re_post_404": "Post URL \"<{0}>\" not found: Post doesn't exist in the data!\n Hint: Run the command `/re_addpost [URL]` in a Discord channel or `u/ByteDiceAssistant add_post` in a Reddit post.",
|
||||
"dc_msg_re_post_add_success": "Added post with URL \"<{0}>\"!",
|
||||
"dc_msg_re_post_approve_remove": "Couldn't approve the post because it has been removed!",
|
||||
"dc_msg_re_post_approve_success": "Successfully approved the post!",
|
||||
"dc_msg_re_post_disapprove_success": "Successfully disapproved the post!",
|
||||
"dc_msg_re_post_remove_success": "Successfully removed post with URL \"<{0}>\"!",
|
||||
"dc_msg_re_post_unremove_success": "Successfully restored post with URL \"<{0}>\"!",
|
||||
"dc_msg_re_post_update_success": "Updated post with URL \"<{0}>\"!",
|
||||
"dc_msg_re_post_vote_removed_post": "Couldn't [vote / un-vote] the post because it has been removed!",
|
||||
"dc_msg_re_posts_channel_404": "Could not find `re_posts_channel` in data!\nHint: Run `/admin_re_bindchannel` in a (preferably read-only) channel (requires administrator permission).",
|
||||
"dc_msg_re_vote_err": "Failed to [vote / un-vote]: Unknown internal error.",
|
||||
"dc_msg_re_vote_mod_success": "Successfully voted (as moderator vote)!",
|
||||
|
||||
Reference in New Issue
Block a user