Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advaith1/activities
Discord slash command bot for opening voice channel activities, using Cloudflare Workers
https://github.com/advaith1/activities
cf-workers cloudflare-workers discord discord-bot discord-slash-commands
Last synced: 5 days ago
JSON representation
Discord slash command bot for opening voice channel activities, using Cloudflare Workers
- Host: GitHub
- URL: https://github.com/advaith1/activities
- Owner: advaith1
- License: mit
- Created: 2021-03-13T06:48:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T13:19:57.000Z (over 2 years ago)
- Last Synced: 2025-01-11T10:13:26.794Z (12 days ago)
- Topics: cf-workers, cloudflare-workers, discord, discord-bot, discord-slash-commands
- Language: TypeScript
- Homepage: https://get.activities.rocks
- Size: 77.1 KB
- Stars: 606
- Watchers: 15
- Forks: 132
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Activities Bot
A simple slash command bot for opening Discord voice channel activities, using [Cloudflare Workers](https://workers.cloudflare.com)
**[Add the bot](https://discord.com/api/oauth2/authorize?client_id=819778342818414632&scope=bot%20applications.commands)**
After adding, use `/activity`
Bot code is in [src/bot.ts](https://github.com/advaith1/activities/blob/main/src/bot.ts)
Requires [Wrangler with custom builds](https://github.com/cloudflare/wrangler/releases/tag/v1.15.0-custom-builds-rc.0)
[Secrets](https://developers.cloudflare.com/workers/cli-wrangler/commands#secret): `publicKey`, `token`
Based on [`workers-typescript-template`](https://github.com/cloudflare/worker-typescript-template), modified for Webpack 5
`workers-typescript-template` Copyright (c) 2020 Cloudflare, Inc.