forked from Multivit4min/Sinusbot-Command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.yml
59 lines (59 loc) · 1.44 KB
/
documentation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
toc:
- name: Changelog
file: CHANGELOG.md
- name: Examples
children:
- name: How to load the library
file: examples/REQUIRE.md
- name: Command come
file: examples/COME.md
- name: Command ping [amount]
file: examples/PING.md
- name: Command mass [chat|poke] [message]
file: examples/MASS.md
- name: Command greet [client]
file: examples/GREET.md
- name: Async example
file: examples/ASYNC.md
- name: parse args by yourself
file: examples/ARGS.md
- name: CommandGroup example
file: examples/COMMANDGROUP.md
- name: Classes
description: |
Definition for Classes
- Command
- CommandGroup
- BaseCommand
- Collector
- Throttle
- name: Argument Types
description: |
Available Argument Types which can be added to a Command
- Argument
- NumberArgument
- StringArgument
- ClientArgument
- RestArgument
- GroupArgument
- name: Callbacks
description: |
all callbacks existing
- permissionHandler
- createArgumentHandler
- execHandler
- name: Interfaces
description: |
type declarations
- ArgType
- name: Exports
description: |
These Functions gets exported as object when imported through `require("command.js")`
- createCommand
- createCommandGroup
- createArgument
- createGroupedArgument
- getCommandPrefix
- collector
- getVersion
- createThrottle