p!help ko KR - battlecatsultimate/PackPack GitHub Wiki
Type : Normal Commands
Level : None
DM : Allowed
Command Name (Optional): The name of command that you want to see information about it.
- Example :
p!help formstat
,p!help enemystat
This command shows every command that users can use other than commands which have Developer
level. It also can provide detailed information of If you call p!help
only, then bot will show list of commands.
![]() |
---|
Bot showing command list |
If you want to know how to use one command specifically, you can write command name next to p!help
. For example, let's say that you want to know what formstat
does. In this case, you can call p!help formstat
.
![]() |
---|
Bot showing information of one command |
When bot shows embed of information of command, bot groups information into several types.
-
Usage
Usage is how you can use this command. It will give which parameter can be, or must be passed. Parameters are wrapped by either square brackets (
[]
), or angle brackets (<>
). If it's wrapped with square brackets, then this means that you have to pass this parameter to use this command. If it's wrapped with angle brackets, then this means these parameters are optional. For example, in second picture above,p!formstat
command requiresName
parameter. If you don't pass this parameter bot won't perform command, and notice you instead. -
Description
Description tells basic information about this command. It may give some warnings such as which level this command has. One good information that is good to read is this command's aliases. You don't always need to pass exactly same name with that command. If command has aliases, then you can call command with those as well. For example, in picture above, you can see that
p!formstat
has alias calledfs
. You can callp!formstat
viap!fs
, and it will perform exactly same thing. You can also get information about command viap!help
by passing alias of command. For example,p!help fs
will give you information offormstat
automatically. -
Argument
Argument explains which parameters you can pass to this command. All of parameters start with
-
letter. Some of parameter may require additional values. For example, withp!formsat
command, you have to pass number for-lv
parameter. -
Example
Sometimes even with explanation of command, it may sound complicated for you. In this case, you can check these examples, so that you can see how to use this command. These won't have every single possible case for using the command, but you can check how to use parameter, or which data has to be passed. Or you can call exactly same command that is listed in this example to see how bot performs the command.
-
Tips
Some parameter, or feature of command may need detailed explanation specifically. Or there can be a way to use the command more easily, being less tedious. In this case, developer of bot wrote some statements that are worth to mention in this tip section.