Skip to content

serverless-discord/serverless-discord

Repository files navigation

serverless-discord

GitHub codecov npm

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.

Typescript library designed to facilitate the creation of serverless Discord bots with slash commands.

Features

  • 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

Getting Started

To get started quickly and easily, we recommend using our pre-built template available at: https://github.com/serverless-discord/serverless-discord-template. This template includes all necessary dependencies and file structure to start building your own Discord bot with serverless-discord.

Documentation

Detailed documentation can be found at https://serverlessdiscord.com. Our documentation covers installation and setup, as well as detailed information on the serverless-discord API and its usage.

Contributing

We welcome contributions to serverless-discord. Please see CONTRIBUTING.md for more information on how to get started. Thank you for considering contributing to our project!