fix: anchorsx2

This commit is contained in:
Jacob Nguyen
2022-07-11 16:00:53 -05:00
parent 99a3ed27f7
commit c2e1028bc8

View File

@@ -41,7 +41,7 @@ exports.default = commandModule({
- **module.description** (Optional)
- Give your command a description. **(defaults to `..`)**
- **module.plugins** (Optional)
- A list of [plugins](guide-en/walkthrough/plugins.md) that will modify and change the behavior of your command. <br>
- A list of [plugins](plugins.md) that will modify and change the behavior of your command. <br>
### Types of command modules
Every command module `type` is part of an enum. This field allows type inference for the rest of a module's fields. <br>