Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tycrek/peri
Say hi to Peri, a Discord bot built on the edge.
https://github.com/tycrek/peri
cloudflare discord-bot serverless workers
Last synced: 2 months ago
JSON representation
Say hi to Peri, a Discord bot built on the edge.
- Host: GitHub
- URL: https://github.com/tycrek/peri
- Owner: tycrek
- License: isc
- Created: 2023-03-17T19:28:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T17:11:13.000Z (about 1 year ago)
- Last Synced: 2024-05-30T02:15:20.173Z (8 months ago)
- Topics: cloudflare, discord-bot, serverless, workers
- Language: TypeScript
- Homepage:
- Size: 133 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Peri
===*A Discord bot built on Cloudflare Workers.*
# Welcome
Peri is a Discord bot built on Cloudflare Workers. It's a work in progress, and is currently in a very early stage of development.
The main goal is a proof-of-concept that a Discord bot can be deployed to Cloudflare Workers using the fantastic [Hono](https://hono.dev) framework. There are existing packages out there for Workers-based Discord bots, but they're typically inactive and out of date.
As of this repo being made public, the source code is officially functional. **However, consider it the earliest of alphas.** There are still many features to be added and existing features may change.
# Roadmap
- [x] Basic bot functionality on Cloudflare Workers
- [x] Basic slash command framework
- [x] Command registration
- [x] Command options
- [ ] Embed responses
- [ ] Aliases
- [ ] Cooldowns
- [ ] Permissions
- [ ] Subcommands
- [ ] Context menus
- [ ] Buttons# Getting Started
*These docs are a work in progress.*