Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ianmitchell/discord-trout

A Discord serverless slash command bot example
https://github.com/ianmitchell/discord-trout

discord discord-bot slash-commands trout vercel

Last synced: 7 days ago
JSON representation

A Discord serverless slash command bot example

Awesome Lists containing this project

README

        

# Discord Trout

This is a basic reimplementation of the classic IRC slap command. It's an HTTP slash command hosted on Vercel.

[Click here to add the bot](https://discord.com/oauth2/authorize?client_id=837785463401087046&scope=applications.commands)

## Vercel Discord Bot Tutorial

If you're looking to write your own Discord bot that runs on Vercel, check out my guides here:

1. [Writing an HTTP Bot with Fastify](https://ianmitchell.dev/blog/creating-a-discord-http-slash-command-bot-with-fastify)
2. [Converting HTTP Bot to a Vercel Serverless Function](https://ianmitchell.dev/blog/deploying-a-discord-bot-as-a-vercel-serverless-function)