This example illustrates how to implement a Collab Action for Discord interactions.
Node.js and npm (Node Package Manager) must be installed on your system.
Let's try out this /hello-action
example to see how what Collab Action is
capable of!
git clone https://github.com/abridged/collabland-hello-action.git
cd collabland-hello-action
npm install
npm run build
Next, follow the instructions on the docs to test the Action
-
npm run server -- DhF7T98EBmH1ZFmdGJvBhkmdn3BfAqc3tz8LxER8VH2q
Next, once you get to play with this simple action, try to implement something new and test it locally
Explore more possibilities with Collab Action!