missing lang

This commit is contained in:
Erik 2022-07-16 17:17:51 +03:00
parent 6b49d1205f
commit 6f2f42f0fc
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -8,6 +8,12 @@ This command can only be run in servers.
[O_COMMANDHANDLER_TYPEINTEGER]
The command option {option} requires an integer between `{min}` and `{max}`.
[O_COMMANDHANDLER_TYPECOMMANDS]
The command option {option} requires command resolveables (e.g. `command:ping`, `command:history`)
[O_COMMANDHANDLER_TYPECOMMAND]
The command option {option} requires a command resolveable (e.g. `command:ping`)
[O_COMMANDHANDLER_TYPESTRING]
The command option {option} requires a string.