Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelalmeidatk/nextjs-discord-bot
https://github.com/rafaelalmeidatk/nextjs-discord-bot
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafaelalmeidatk/nextjs-discord-bot
- Owner: rafaelalmeidatk
- Created: 2020-10-14T08:05:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T01:59:36.000Z (about 3 years ago)
- Last Synced: 2024-10-12T12:27:08.031Z (3 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Discord Bot
Source code of the Discord bot of the Next.js server (https://nextjs.org/discord).
## Running locally
To run the bot locally, copy the `.env.example` file with the `.env` name:
```
cp .env.example .env
```And edit the contents of the file as needed. The only required variable is the bot token.
> You can get the token in the bot settings inside the Discord Developer Portal
Then run the bot with `yarn dev`.
## Removed modules
Archive of modules that were removed (for future reference)
- Countdown module (Next.js conf): https://github.com/rafaelalmeidatk/nextjs-discord-bot/blob/10769e18accd756e1759db83b96e8a19d196a35b/src/modules/countdown.ts