Commit graph

  • 6f7fd043d2 feat(events/bot): adding the scrap of users at the start Raphael 2026-02-13 19:52:00 +01:00
  • a26a21964d feat(event/mod): adding the database into ready event Raphael 2026-02-13 19:51:05 +01:00
  • 5ffb334130 feat!(database): adding the database Db* type Raphael 2026-02-13 19:50:36 +01:00
  • 9303e8dd7f build(setup): removing the script setup for use sqlx cli instead Raphael 2026-02-13 19:49:26 +01:00
  • 429adcd1a2 feat(migrations): adding the test value for users Raphael 2026-02-13 19:48:54 +01:00
  • 5d3e7d12bd build(migrations): adding the insert bot Raphael 2026-02-13 19:39:02 +01:00
  • e21f107c3d feat(main): adding the GatewayIntents Raphael 2026-02-13 15:20:26 +01:00
  • 29c146b359 feat(utils/perm): adding the is_buyer / is_owner / is_dev Raphael 2026-02-13 15:07:29 +01:00
  • 68911ed2e8 feat(utils/perm): adding the is_whitelist field Raphael 2026-02-13 15:02:06 +01:00
  • 0d7fc09680 feat(utils/mod): adding the mod Raphael 2026-02-13 15:01:51 +01:00
  • 212e2526fc build(cargo): adding the utils automod Raphael 2026-02-13 14:52:13 +01:00
  • bfee640f06 feat(database/guild_user): adding the guild_user database wrapper Raphael 2026-02-13 14:51:41 +01:00
  • 742fa0fa20 feat(database/bot): adding the bot database wrapper Raphael 2026-02-13 14:51:30 +01:00
  • 950c7b444a feat(models/bot): Adding enum to for presence / activity Raphael 2026-02-13 14:28:23 +01:00
  • 7a248785ac feat(database/guild): adding the create/delete function Raphael 2026-02-13 14:13:39 +01:00
  • cf2ed59d62 fix(database/guild): correcting the good function call Raphael 2026-02-13 14:13:17 +01:00
  • 010eac8442 style(database/guild): change the format return var name Raphael 2026-02-13 14:00:55 +01:00
  • 55d7633614 feat(database/guild): adding the protect management Raphael 2026-02-13 13:50:17 +01:00
  • 4a5536dbe1 feat(database/guild): adding the database guild log management Raphael 2026-02-13 13:49:38 +01:00
  • b02cba18ae refactor(database/user): adding the clickable User on the documentation Raphael 2026-02-13 12:17:59 +01:00
  • 00fd1d944c refactor: format the main.rs Raphael 2026-02-13 12:15:58 +01:00
  • e35b8c127f feat(database/user): adding the database wrapper for user Raphael 2026-02-13 12:15:39 +01:00
  • 90c47fe2de feat(models): adding the models Raphael 2026-02-13 12:14:43 +01:00
  • e66348c308 build(cargo): adding the models & database to build Raphael 2026-02-13 12:14:28 +01:00
  • 4752488a7f feat(models): adding the models mod Raphael 2026-02-13 12:13:35 +01:00
  • c828522ac7 feat(src/database): adding the database mod Raphael 2026-02-13 12:13:17 +01:00
  • 3ed80a5626
    refactor(commands/mod): format using cargo fmt Raphael 2026-02-13 12:12:36 +01:00
  • dbe1abd2aa
    build(script/setup): adding the script setup.sh Raphael 2026-02-13 12:12:06 +01:00
  • 49eb9f5964
    feat(models): adding models for sqlx in rust Raphael 2026-02-12 23:20:54 +01:00
  • d746e95b9e
    feat(main): now database is connected at the start of the app Raphael 2026-02-12 23:20:33 +01:00
  • 6c858abb0a
    feat(events/mod): adding the database to events Raphael 2026-02-12 23:20:10 +01:00
  • 452fa0edd8
    build(rust/cargo): adding the sqlx rust lib Raphael 2026-02-12 23:19:48 +01:00
  • 4f5b0fd5ea
    refactor(events/bot): adding a backline before the last message Raphael 2026-02-12 23:18:31 +01:00
  • fb443a3287
    feat(events/bot): adding the database field on interaction_create Raphael 2026-02-12 23:17:30 +01:00
  • 122f273246
    feat(commands/utils): adding the database field to the SlashCommand trait Raphael 2026-02-12 23:16:40 +01:00
  • bdaf252df5
    feat(commands/utils): adding the database field to the Ping run Raphael 2026-02-12 23:16:27 +01:00
  • 4b1d0cfec3
    feat!(migrations): rename type to activity_type Raphael 2026-02-12 23:16:04 +01:00
  • d7f13af079
    build(nix/flake): adding the path for cargo & database stuff Raphael 2026-02-12 22:34:36 +01:00
  • a92e84c80f
    build(models): adding the models of to the mod generation Raphael 2026-02-12 22:33:49 +01:00
  • 561b4858dc
    feat(db/migrations): adding migrations to the database Raphael 2026-02-12 22:33:18 +01:00
  • 4ebe1367bf
    build: adding a setup script Raphael 2026-02-12 22:15:20 +01:00
  • c683f69951
    build: adding a setup script Raphael 2026-02-12 22:13:38 +01:00
  • a4e6943989
    feat(env/example): pushing an env.example Raphael 2026-02-12 21:53:05 +01:00
  • f8cdacbd49
    feat(main): adding default Gateway to the bot Raphael 2026-02-12 20:27:56 +01:00
  • e3834bd289
    feat(events/mod): adding the Interaction handle autodetect Raphael 2026-02-12 20:10:54 +01:00
  • cd85236218
    feat(events/ready): adding the Interaction handle autodetect Raphael 2026-02-12 20:10:48 +01:00
  • 4a832f75be
    feat(events/interaction_create): adding the Interaction handle autodetect Raphael 2026-02-12 20:10:29 +01:00
  • df0d794f44
    feat(main): adding the events import Raphael 2026-02-12 20:09:58 +01:00
  • 0a6a42159d
    style(commands): changing all_commands to import Raphael 2026-02-12 19:51:25 +01:00
  • 3039eb1592
    fix(nix/flake): removing extra ']' at the end Raphael 2026-02-12 16:42:08 +01:00
  • ae6fcff122
    build(nix/flake): removing the lazydocker from tmux-setup Raphael 2026-02-12 16:40:37 +01:00
  • 4193c635ff
    fix(nix/flake): adding the last ' to the awk command... Raphael 2026-02-12 16:32:40 +01:00
  • 76cdbb4334
    refactor(commands/mod): passing the rustfmt Raphael 2026-02-12 16:28:07 +01:00
  • 04bced81ed
    refactor(events/mod): passing the rustfmt Raphael 2026-02-12 16:28:01 +01:00
  • 3004d99444
    refactor(src/main): passing the rustfmt Raphael 2026-02-12 16:27:40 +01:00
  • 64bd073b02
    refactor(build): passing the rustfmt Raphael 2026-02-12 16:27:19 +01:00
  • c790d6de89
    build(rust/cargo): updated to rust 1.93 Raphael 2026-02-12 16:26:49 +01:00
  • 166519b108
    ci(rust): adding the rust CI Raphaël 2026-02-12 16:21:21 +01:00
  • 2c85271a47
    feat(commands/utils): ping command issued from SlashCommand Raphael 2026-02-12 16:20:07 +01:00
  • a4576acdc2
    feat(events/bot): adding a interaction_create file Raphael 2026-02-12 16:19:37 +01:00
  • 94f2ac047b
    feat(events/bot): adding a ready files Raphael 2026-02-12 16:19:26 +01:00
  • a55e9f9ce6
    feat(commands): adding new main.rs Raphael 2026-02-12 16:18:59 +01:00
  • cc7369bcff
    feat(commands): adding mod.rs Raphael 2026-02-12 16:18:29 +01:00
  • 3f5c8efd7a
    feat(events): adding mod.rs Raphael 2026-02-12 16:18:21 +01:00
  • a3fa499218
    feat(events/mod): adding mod.rs Raphael 2026-02-12 16:18:15 +01:00
  • 9ed4364344
    feat(commands/utils): adding mod.rs Raphael 2026-02-12 16:18:02 +01:00
  • 4f1f46f473
    build(rust/Cargo): Adding the inventory rust lib Raphael 2026-02-12 16:06:51 +01:00
  • d212fc7ef6
    fix(build): replace mod to mod_gen to generated mods Raphael 2026-02-12 16:06:35 +01:00
  • ae03eb701f
    core(git/ignore): adding the mod_gen ignore Raphael 2026-02-12 14:51:52 +01:00
  • a2067ab674
    feat(commands/utils): adding the ping command Raphael 2026-02-12 14:06:34 +01:00
  • 196d26046a
    feat(main): adding the main.rs with ping command Raphael 2026-02-12 14:06:20 +01:00
  • acf26d6e90
    refactor(build): format using cargo fmt Raphael 2026-02-12 14:05:55 +01:00
  • 07380713b6
    style(flake): now only version are shown Raphael 2026-02-12 14:05:26 +01:00
  • b4189da147
    core(git/ignore): adding the gitignore Raphael 2026-02-12 11:40:38 +01:00
  • 7751745e96
    build(cargo/mod): the mod will be created at build Raphael 2026-02-12 11:38:54 +01:00
  • db0f7dcb2f
    build(rust/cargo): adding the cargo files Raphael 2026-02-11 19:49:16 +01:00
  • 54c672d861
    build(nix): adding flake and envrc Raphael 2026-02-11 19:46:52 +01:00