Lang
Customize bot messages, embeds, and language strings
Introduction
File Structure
{
lang: {
// Simple text strings
unexpected_command_error: "...",
no_reason_provided: "...",
},
embeds: {
// Embed configurations
help_default: { ... },
ping: { ... },
},
warnings: {
// Warning/error messages
no_permission: "...",
},
interaction_names: {
// Command and option names
}
}Available Placeholders
Finding Placeholders
Global Placeholders
Configuring Embeds
Basic Embed Structure
Available Embed Properties
Example: Customizing the Help Embed
Simple Text Strings
Warning Messages
Best Practices
Example: Complete Custom Embed
Last updated