1
0
Fork 0
llama-bot-docs/docs/2-usage/1-overview.md
2021-10-13 11:39:23 +09:00

686 B

Overview

Work in progress...

Explain:

  • what bots are
  • what commands are
    • what prefixes are
      • ping prefix
      • default prefix
      • how different servers can have different prefixes

How to read documentation

Arguments are extra information that are passed with the command. A command can have any number arguments and they could either be required or optional.

Searching

Commands

Required arguments

Optional arguments

Examples

  • command <arg1>: a required argument
  • command <arg1> [arg2]: a required argument and a optional one
  • command [args]*: arbitrary amount of optional arguments
  • command [<arg1> <arg2>]: neither or both