Commit Graph

6 Commits

Author SHA1 Message Date
b13c77d9a5 feat(dependencies): update discord.js to version 14.24.2 2025-10-31 10:57:08 +01:00
43b7bdd8b4 feat(database): add TypeORM configuration and initialize data source
- Added TypeORM and PostgreSQL dependencies to package.json.
- Created data-source.ts to configure the database connection.
- Initialized the data source in index.ts and added logging for successful connection.
- Updated devDependencies to include @types/node for better type support.
2025-10-29 10:44:12 +01:00
dd8fc81097 Status management by a service. Displays the ping of the bot and the API. 2025-10-29 08:43:47 +01:00
bb8accace2 Update discordjs to lastest (14.24.1) 2025-10-28 16:22:03 +01:00
88baa040c4 Add /status. 2025-10-28 13:20:19 +01:00
CL TheDreWen
c41ef18355 Initial commit 2025-10-28 11:40:35 +01:00