bc_localization.DefaultMessages-default.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BotCommands Show documentation
Show all versions of BotCommands Show documentation
A Kotlin-first (and Java) framework that makes creating Discord bots a piece of cake, using the JDA library.
{
"general_error_message": "An uncaught exception occurred and has been reported to the bot developers, please try again later",
"user.perm.error.message": "You are not allowed to do this",
"bot.perm.error.message": "I am missing these permissions: {permissions}",
"owner.only.error.message": "Only the owner can use this",
"user.rate_limit.message": "You will be able to use this {delay}",
"channel.rate_limit.message": "You will be able to use this, in this channel, {delay}",
"guild.rate_limit.message": "You will be able to use this, in this guild, {delay}",
"application_commands_not_available": "Application commands are not available yet, please try again later",
"command.not.found.message": "Unknown command, maybe you meant: {suggestions}",
"resolver.channel.not_found.message": "The target channel does not exist anymore",
"resolver.channel.missing_access.message": "The bot cannot access {channel_mention}",
"resolver.user.not_found.message": "The target user does not exist anymore",
"closed.dm.error.message": "Unable to send you a DM, please open your DMs from this server",
"slash.command.unresolvable.option.message": "The option '{optionName}' could not be resolved.",
"nsfw.only.error.message": "This command can only be used in NSFW channels",
"component.not.allowed.error.message": "You are not allowed to use this",
"component.expired.error.message": "This component is not usable anymore",
"modal.expired.error.message": "This modal is no longer available"
}