Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ianmitchell/discord-trout
- Owner: IanMitchell
- License: mit
- Created: 2021-05-02T02:03:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T19:51:08.000Z (over 2 years ago)
- Last Synced: 2024-11-01T06:34:19.890Z (14 days ago)
- Topics: discord, discord-bot, slash-commands, trout, vercel
- Language: JavaScript
- Homepage: https://discord.com/oauth2/authorize?client_id=837785463401087046&scope=applications.commands
- Size: 5.86 KB
- Stars: 39
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)