https://github.com/discordeno/serverless-deno-deploy-template
Template or boilerplate using Discordeno Slash Serverless Bot on Deno Deploy for Discord API Bots
https://github.com/discordeno/serverless-deno-deploy-template
bot deno discord discord-api discordeno javascript typescript
Last synced: 18 days ago
JSON representation
Template or boilerplate using Discordeno Slash Serverless Bot on Deno Deploy for Discord API Bots
- Host: GitHub
- URL: https://github.com/discordeno/serverless-deno-deploy-template
- Owner: discordeno
- License: apache-2.0
- Created: 2021-04-11T16:22:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T04:46:09.000Z (over 2 years ago)
- Last Synced: 2025-04-30T20:03:11.957Z (18 days ago)
- Topics: bot, deno, discord, discord-api, discordeno, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 36
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-template
A serverless template for slash commands using [Deno Deploy](https://deno.com/deploy).
[](https://dash.deno.com/new?url=https://raw.githubusercontent.com/discordeno/serverless-deno-deploy-template/main/mod.ts&env=DISCORD_PUBLIC_KEY,DISCORD_TOKEN,DISCORD_LOGS_WEBHOOK,REDEPLOY_AUTHORIZATION)
## Features
- High-speed signature verification (WASM)
- Builtin Logger
- Commands creation and modification on the fly
- Easy-to-use and feature-rich## Usage
- [Create a Deno Deploy project using this template](https://dash.deno.com/new?url=https://raw.githubusercontent.com/discordeno/serverless-deno-deploy-template/main/mod.ts&env=DISCORD_PUBLIC_KEY,DISCORD_TOKEN,DISCORD_LOGS_WEBHOOK,REDEPLOY_AUTHORIZATION)

- Input the required environment variables prompted in the textboxes and click on "Create".

- Fork the repo with the **Use This Template** button at the top right. Then, update the deployment URL to the forked or template URL and click on "Deploy" button.

- And congratulations! You have deployed your project on Deno Deploy. Simple, wasn't it?