From a63ab3e3f1233e3fe74f9fc642d04bc447b6e7ea Mon Sep 17 00:00:00 2001 From: Tom Kwong Date: Sun, 21 Mar 2021 16:42:25 -0700 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00e1018..44b15b7 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,7 @@ One-time setup for your dev environment: Testing with your own server: 1. Define `HOJBOT_DISCORD_TOKEN` environment variable in your shell profile 2. Start the bot using `script/run.sh` script + +Take a look at the code under `command` and `handler` folders for examples +about how to build stateless commands and watch message traffic and place +reactions on them.