Update configuration and README for improved setup and security; disable default API and emoji sync, and enhance Discord permission checks in API routes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
TheOnlyMace
2026-07-21 16:00:52 +02:00
commit fdfc8de44d
925 changed files with 75254 additions and 0 deletions

26
bot/lang/lang.en.json Normal file
View File

@@ -0,0 +1,26 @@
{
"language_name": "English",
"instruc_image_caption": "Image-to-text models may take time to load, causing timeout errors. Fallback or functional models should be used instead. Captions for the image are categorized as OCR (1st), which is good for images containing signs or symbols, and general image detection (2nd), which will be very inaccurate for OCR. Image captions:",
"pfp": "Change bot's pfp using an image URL",
"pfp_change_msg_1": "Please provide an Image URL or attach an Image for this command",
"pfp_change_msg_2": "Profile picture changed successfully",
"ping": "PONG! Provide bot latency",
"ping_msg": "Pong! Latency: ",
"changeusr": "Change bot's actual username",
"changeusr_msg_1": "Trying to change username....",
"changeusr_msg_2_part_1": "Sorry, the username '",
"changeusr_msg_2_part_2": "' is already taken.",
"changeusr_msg_3": "Username changed to ",
"toggledm": "Toggle DM for chatting",
"toggleactive": "Toggle active channels",
"toggleactive_msg_1": "has been removed from the list of active channels.",
"toggleactive_msg_2": "has been added to the list of active channels!",
"help": "Get all other commands!",
"help_footer": "https://discord.gg/codexdev",
"nekos": "Display a random image or GIF of a neko, waifu, husbando, kitsune, or other actions",
"nekos_msg": "Invalid category provided. Valid categories are: ",
"imagine": "Generate an image",
"imagine_msg": "Finished Image Generation!",
"bonk": "Clear message",
"bonk_msg": "Message history has been cleared!"
}