All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bc_localization.DefaultMessages-default.json Maven / Gradle / Ivy

Go to download

A Kotlin-first (and Java) framework that makes creating Discord bots a piece of cake, using the JDA library.

There is a newer version: 3.0.0-alpha.18
Show newest version
{
    "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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy