Important Message!

Please note that this library is still in pre-release status and is not production-ready. We are still making large changes to the API, so please come back for a more polished project.


/intro

serverless-discord is a Typescript library designed to facilitate the creation of serverless Discord bots with slash commands.

  • Fully typed for improved code reliability
  • Object-oriented API for ease of use
  • Integrates directly with AWS Lambda for scalable, serverless computing
  • Asynchronous handlers using SQS for efficient message processing

/install

Just run this in your favorite command line:

npm install serverless-discord

/getstarted