Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Gillard authored Dec 14, 2020
1 parent 77ca937 commit 9029f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Before you can actually use your bot you'll have to fill in some parameters in t
<!--MAKE YOUR OWN COMMAND? -->
## Make Your Own Command?
In the Commands folder you will find a js file named [template.js](commands/template.js). If you want to make your own command just copy and past this file inside the commands folder.
In the Commands folder you will find a js file named [template.js](commands/template.js). If you want to make your own command just copy and paste this file inside the commands folder.
- `commands: ["template", "t"]` - Name and Alias Of your command.
- `expectedArgs: ["<arg1> <arg2> <arg3>"]` - Expected arguments for your command.
Expand Down

0 comments on commit 9029f44

Please sign in to comment.