fix image links in Writing Command Methods.

master
Craig Oates 5 years ago
parent
commit
4bf927a7c5
  1. 4
      Writing-Command-Methods.md

4
Writing-Command-Methods.md

@ -32,9 +32,9 @@ What is important to note here is the importance of the command-method names. Th
Another feature of C.W.C. is it parses and coerces input arguments. This means your command-methods can include arguments and C.W.C. takes care of the error-handling and messaging for you.
![screenshot of error-handling 1](attachments/invalid-command-input.png)
![screenshot of error-handling 1](attachments/invalid-command-input.gif)
![screenshot of error-handling 2](attachments/invalid-arguments-input.png)
![screenshot of error-handling 2](attachments/invalid-arguments-input.gif)
To be clear, there are limits to the amount of types you can use with your command-methods. For a full, list of all the coercion types, please refer to the Coercion Types List in the main Console.Waterworks wiki. The link for it is as follows:

Loading…
Cancel
Save