galactic-bot/language/languages/en_us/commands/en_us_information.lang

64 lines
2.0 KiB
Plaintext
Raw Normal View History

//Help Command
[C_HELP_DESCRIPTION]
Shows helpful information for commands, settings, and moderation.
[C_HELP]
2020-05-01 16:12:21 +02:00
**__HELP MENU__**
For a list of all available commands, use `{prefix}commands [ group ]`.
** Arguments**
The bot splits arguments by space unless specified otherwise. To pass an argument that contains spaces you have to encapsulate it in quotes, some exceptions exist.
**Ex:**
`{prefix}grant "rolename that contains spaces" < permission >` - quotes are necessary
`{prefix}user some user` - quotes not necessary
**Typically** if the argument is at the end of a command it won't require quotes.
** Documentation notation**
**Optional** arguments are denoted by being encapsulated in brackets `[ ]` - means that the command will run either with default values or show usage prompt.
**Required** arguments are denoted by less and greater than `< >` - means that the command will not run and return an error.
**Infinite** arguments (ones you can list several) are denoted by `..` after the argument. Ex `< argument.. >` - means you can pass more than one argument.
**Alternatives** are denoted by being separated by a `|`.
2020-05-01 16:12:21 +02:00
** Moderation**
For help with moderation, see `{prefix}help modhelp`.
__**Warning:** This is a long embed.__
** Detailed usage of commands**
`{prefix}help [ command / setting ]`
** Links**
[Support & Info server](https://discord.gg/SvJgtEj)
[@BotGalactic Twitter](https://twitter.com/BotGalactic)
[GalacticBot Patreon](https://www.patreon.com/galacticbot)
[C_HELP_TEMPLATE]
__**{component} HELP**__
{desc}
{text}
[C_HELP_HELP]
Shows information about the bot and component usage.
To show help for commands `{prefix}help [command]`
//Commands Command
[C_COMMANDS_DESCRIPTION]
Displays all commands and help.
[C_COMMANDS_TITLE]
Available commands
[C_COMMANDS_TEMPLATE]
Displaying commands for module `{mod}`.
{text}
[C_COMMANDS]
__Commands that are struck through are disabled.__
[C_COMMANDS_FOOTER]
To search by specific module, use {prefix}commands [ module ]