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

100 lines
3.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-24 23:37:39 +02:00
**Actual values** that you can use in a command are denoted by being surrounded by single quotes `' '`.
2020-05-01 16:12:21 +02:00
** Moderation**
For help with moderation, see `{prefix}help modhelp`.
__**Warning:** This is a long embed.__
2020-05-24 23:37:39 +02:00
** Command aliases**
Most commands and settings have some kind of aliases associated with them, some of which change the behaviour of the command or setting.
For instance the mute setting has a `createmute` (`{prefix}settings createmute <rolename>`) alias, which changes the behaviour to be identical to `{prefix}settings mute create <rolename>`.
2020-05-01 16:12:21 +02:00
** 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}
2020-05-24 00:09:24 +02:00
**Example usage**
2020-05-01 16:12:21 +02:00
{text}
[C_HELP_HELP]
Shows information about the bot and component usage.
To show help for commands `{prefix}help [command]`
2020-07-26 22:08:30 +02:00
[C_HELP_404]
Dude stop, {component} doesn't exist!
2020-05-24 23:37:39 +02:00
//Guild command
[C_GUILD_DESCRIPTION]
2020-05-24 23:38:13 +02:00
View data about the server.
2020-05-24 23:37:39 +02:00
[C_GUILD_TEMPLATE]
**{name}**
2020-05-24 23:37:39 +02:00
{description}
**Owner:** <@{owner}>
**Member count:** {members}
2020-06-19 23:01:17 +02:00
**Boost tier:** {tier}
**Boosters:** {boosters}
2020-05-24 23:37:39 +02:00
**Date created:** {createdAt}
**Server ID:** {id}
2020-06-19 23:01:17 +02:00
**Shard ID:** {shard}
2020-05-24 23:37:39 +02:00
**Channels:** Text {tc} / Voice {vc}
**Server voice region:** {region}
//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 ]
//Prefix Command
[C_PREFIX_DESCRIPTION]
Displays the prefix that the server uses.
[C_PREFIX_SHOWPREFIX]
2020-07-28 12:13:25 +02:00
The guild's current prefix is **`{prefix}`**. You can also execute commands by mentioning me.