Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.*