Commit graph

85 commits

Author SHA1 Message Date
Raphael
70d40cf02a
feat(main): adding the return on the client error 2026-02-13 23:28:17 +01:00
Raphael
672056a8a3
refactor(events/bot): fixing issues on print id on the start 2026-02-13 20:34:52 +01:00
Raphael
474af44a12
build(cargo): update the version number from the lock file 2026-02-13 20:34:24 +01:00
Raphael
72e0ae0083 core(cargo): explicit the build script adding minor thing 2026-02-13 20:06:33 +01:00
Raphael
3b1cef94d8 core(cargo): update the version number 2026-02-13 20:06:33 +01:00
Raphael
1ab4b7cb61 style!(models): adding the Db prefix on type from database 2026-02-13 20:06:33 +01:00
Raphael
997da4c564 fix(build): removing the last '/' from unique dir 2026-02-13 20:06:33 +01:00
Raphael
0ff9aa4340 style(main): adding the indentation for align all GatewayIntent 2026-02-13 20:06:33 +01:00
Raphael
6f7fd043d2 feat(events/bot): adding the scrap of users at the start
- Also adding the connection with a status but not a major issue
2026-02-13 20:06:33 +01:00
Raphael
a26a21964d feat(event/mod): adding the database into ready event 2026-02-13 20:06:33 +01:00
Raphael
5ffb334130 feat!(database): adding the database Db* type 2026-02-13 20:06:33 +01:00
Raphael
9303e8dd7f build(setup): removing the script setup for use sqlx cli instead 2026-02-13 20:06:33 +01:00
Raphael
429adcd1a2 feat(migrations): adding the test value for users 2026-02-13 20:06:33 +01:00
Raphael
5d3e7d12bd build(migrations): adding the insert bot
- This insert permit to create the bot field
2026-02-13 20:06:33 +01:00
Raphael
e21f107c3d feat(main): adding the GatewayIntents 2026-02-13 20:06:33 +01:00
Raphael
29c146b359 feat(utils/perm): adding the is_buyer / is_owner / is_dev 2026-02-13 20:06:33 +01:00
Raphael
68911ed2e8 feat(utils/perm): adding the is_whitelist field 2026-02-13 20:06:33 +01:00
Raphael
0d7fc09680 feat(utils/mod): adding the mod 2026-02-13 20:06:33 +01:00
Raphael
212e2526fc build(cargo): adding the utils automod 2026-02-13 20:06:33 +01:00
Raphael
bfee640f06 feat(database/guild_user): adding the guild_user database wrapper 2026-02-13 20:06:33 +01:00
Raphael
742fa0fa20 feat(database/bot): adding the bot database wrapper 2026-02-13 20:06:33 +01:00
Raphael
950c7b444a feat(models/bot): Adding enum to for presence / activity 2026-02-13 20:06:33 +01:00
Raphael
7a248785ac feat(database/guild): adding the create/delete function 2026-02-13 20:06:33 +01:00
Raphael
cf2ed59d62 fix(database/guild): correcting the good function call 2026-02-13 20:06:33 +01:00
Raphael
010eac8442 style(database/guild): change the format return var name 2026-02-13 20:06:33 +01:00
Raphael
55d7633614 feat(database/guild): adding the protect management 2026-02-13 20:06:33 +01:00
Raphael
4a5536dbe1 feat(database/guild): adding the database guild log management 2026-02-13 20:06:33 +01:00
Raphael
b02cba18ae refactor(database/user): adding the clickable User on the documentation 2026-02-13 20:06:33 +01:00
Raphael
00fd1d944c refactor: format the main.rs 2026-02-13 20:06:33 +01:00
Raphael
e35b8c127f feat(database/user): adding the database wrapper for user 2026-02-13 20:06:33 +01:00
Raphael
90c47fe2de feat(models): adding the models 2026-02-13 20:06:33 +01:00
Raphael
e66348c308 build(cargo): adding the models & database to build 2026-02-13 20:06:33 +01:00
Raphael
4752488a7f feat(models): adding the models mod 2026-02-13 20:06:33 +01:00
Raphael
c828522ac7 feat(src/database): adding the database mod 2026-02-13 20:06:33 +01:00
Raphael
3ed80a5626
refactor(commands/mod): format using cargo fmt 2026-02-13 12:12:36 +01:00
Raphael
dbe1abd2aa
build(script/setup): adding the script setup.sh 2026-02-13 12:12:10 +01:00
Raphael
49eb9f5964
feat(models): adding models for sqlx in rust 2026-02-12 23:20:54 +01:00
Raphael
d746e95b9e
feat(main): now database is connected at the start of the app 2026-02-12 23:20:33 +01:00
Raphael
6c858abb0a
feat(events/mod): adding the database to events 2026-02-12 23:20:10 +01:00
Raphael
452fa0edd8
build(rust/cargo): adding the sqlx rust lib 2026-02-12 23:19:48 +01:00
Raphael
4f5b0fd5ea
refactor(events/bot): adding a backline before the last message
The last message refere to the last message sent by TTY when running
2026-02-12 23:19:25 +01:00
Raphael
fb443a3287
feat(events/bot): adding the database field on interaction_create 2026-02-12 23:18:12 +01:00
Raphael
122f273246
feat(commands/utils): adding the database field to the SlashCommand trait 2026-02-12 23:16:40 +01:00
Raphael
bdaf252df5
feat(commands/utils): adding the database field to the Ping run 2026-02-12 23:16:27 +01:00
Raphael
4b1d0cfec3
feat!(migrations): rename type to activity_type
type is a keyword in rust
2026-02-12 23:16:04 +01:00
Raphael
d7f13af079
build(nix/flake): adding the path for cargo & database stuff 2026-02-12 22:34:36 +01:00
Raphael
a92e84c80f
build(models): adding the models of to the mod generation 2026-02-12 22:33:49 +01:00
Raphael
561b4858dc
feat(db/migrations): adding migrations to the database 2026-02-12 22:33:18 +01:00
Raphael
4ebe1367bf
build: adding a setup script 2026-02-12 22:15:20 +01:00
Raphael
c683f69951
build: adding a setup script 2026-02-12 22:14:08 +01:00