https://github.com/snazzah/slash-create-vercel
Deploy a slash-create server to Vercel.
https://github.com/snazzah/slash-create-vercel
discord discord-bot slash-create vercel
Last synced: 11 months ago
JSON representation
Deploy a slash-create server to Vercel.
- Host: GitHub
- URL: https://github.com/snazzah/slash-create-vercel
- Owner: Snazzah
- Created: 2021-09-13T03:54:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T20:05:18.000Z (about 4 years ago)
- Last Synced: 2025-03-21T15:23:35.062Z (about 1 year ago)
- Topics: discord, discord-bot, slash-create, vercel
- Language: HTML
- Homepage: https://slash-create.vercel.app
- Size: 21.5 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slash-create with Vercel
This is a template server for slash-create using Vercel.
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FSnazzah%2Fslash-create-vercel&env=DISCORD_APP_ID,DISCORD_PUBLIC_KEY,DISCORD_BOT_TOKEN&envDescription=Variables%20needed%20to%20recognize%20and%20operate%20slash%20commands.&project-name=discord-interactions&repo-name=discord-slash-commands&demo-description=Deploy%20a%20slash-create%20server%20for%20Discord%20interactions.&demo-image=https%3A%2F%2Fget.snaz.in%2F4MVTTaR.png&demo-title=%2Fcreate&demo-url=https%3A%2F%2Fslash-create.js.org)
### Note
If building fails, set the Install Command to `yarn config set ignore-engines true && yarn install --network-concurrency 1` on Vercel. (see [issue](https://github.com/yarnpkg/yarn/issues/7212))