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

https://github.com/runfunrun/newest-message-discord

Discordの指定したチャンネルIDから最新のメッセージを返すAPI
https://github.com/runfunrun/newest-message-discord

Last synced: 2 months ago
JSON representation

Discordの指定したチャンネルIDから最新のメッセージを返すAPI

Awesome Lists containing this project

README

          

# NEWEST MESSAGE DISCORD

get the newest message from a discord channel

## Usage

```bash
cp .env.example .env
# edit .env
```

```bash
# install dependencies
bun i
# run the server
bun dev
```