https://github.com/kayooliveira/filadelfia-bot
https://github.com/kayooliveira/filadelfia-bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kayooliveira/filadelfia-bot
- Owner: kayooliveira
- Created: 2025-01-13T19:47:06.000Z (4 months ago)
- Default Branch: current
- Last Pushed: 2025-02-28T20:51:27.000Z (3 months ago)
- Last Synced: 2025-03-16T01:16:44.005Z (2 months ago)
- Language: TypeScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Bot Base
> [!NOTE]
> This project **base** can be generated using the [Constant CLI](https://github.com/rinckodev/constatic)
> See the full documentation for this base by accessing: https://constatic-docs.vercel.app/docs/discord/startThis is the most complete discord bot base you've ever seen! Developed by [@rinckodev](https://github.com/rinckodev), this project uses typescript in an incredible way to provide complete structures and facilitate the development of your discord bot.
> [!WARNING]
> [NodeJs](https://nodejs.org/en) version required: 20.12 or higher## Scripts
- `dev`: running bot in development
- `build`: build the project
- `watch`: running in watch mode
- `start`: running the compiled bot## Structures
- [Commands](https://constatic-docs.vercel.app/docs/discord/commands)
- [Responder](https://constatic-docs.vercel.app/docs/discord/responders)
- [Events](https://constatic-docs.vercel.app/docs/discord/events)