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
- Host: GitHub
- URL: https://github.com/runfunrun/newest-message-discord
- Owner: RUNFUNRUN
- Created: 2024-03-28T15:19:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T14:44:12.000Z (over 2 years ago)
- Last Synced: 2026-05-11T04:49:26.461Z (3 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```