rust-adventure / netlify-discord-slash-commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Discord Slash Command Handling

This repo consists of two crates

  • A library for building discord slash command handlers
  • A function that uses the crate as an example

Steps

  1. Create a new discord server

  2. Create an Application

  3. Using ngrok to debug serverless function requests

    • set interactions endpoint
    • Check log at /inspect/http
    • ends at
    • interactions_endpoint_url: The specified interactions endpoint url could not be verified.

  4. set up new netlify site and deploy first rust function

    • See same payload as before
  5. Build out signature verification

  6. k

  7. Register a bot with commands privs so we can access the http api

  8. Register a new command (guild vs global command)

  9. Set up a Netlify Function powered by Rust

  10. [Optional] cross compile from macos

  11. Create a role in discord to self-assign (order matters)

  12. Publish library to crates.io

About