Skip to content

Commit

Permalink
📝 Documented new commands on the help command
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Sep 19, 2019
1 parent e77a951 commit 191bd99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TodoChecklister.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: TodoChecklister
## Author: Matheus Assis Rios (github.com/AssisrMatheus)
## Notes: I have bad memory so I made this. A todolist/checklist AddOn for World of Warcraft.
## Version: 1.1.6
## Version: 1.1.7
## DefaultState: enabled
## SavedVariables: TodoChecklisterDB, TodoChecklisterMapIcon

Expand Down
1 change: 1 addition & 0 deletions chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Chat.commands = {
Chat:Print("List of slash commands:")
Chat:Print("|cff00cc66/todo tg|r - Toggle todo window");
Chat:Print("|cff00cc66/todo add|r {message} - Adds a message from chat");
Chat:Print("|cff00cc66/todo reload|r - Reset you window to its original properties(size, position, scale)");
print(" ");
end,

Expand Down

0 comments on commit 191bd99

Please sign in to comment.