Commit graph

107 commits

Author SHA1 Message Date
Raphael
3385bb3660
feat(utils/format): adding the format_sanction module 2026-03-16 14:03:54 +01:00
Raphael
e388ddfc8c
feat(command/gestion): adding the debug print to set 2026-03-16 14:03:39 +01:00
Raphael
d0bedf904c
feat(command/moderation): adding the debug print to clear 2026-03-16 14:03:15 +01:00
Raphael
4f3badf5a8
feat(command/moderation): adding the kick command
- This command is for kick user from the guild
2026-03-16 00:45:37 +01:00
Raphael
43c081cc31
refactor(src): cargo format on main.rs 2026-02-25 21:56:16 +01:00
Raphael
5c2ff8b926
feat(utils/perm: changing return type for anyhow::Result 2026-02-25 21:55:53 +01:00
Raphael
26d8f6c902
feat(event/bot): changing return type for anyhow::Result 2026-02-25 21:55:43 +01:00
Raphael
4631cc772b
style!(events/bot): import just needed for interaction_create 2026-02-25 21:55:12 +01:00
Raphael
4394a54b93
feat(database): adding the anyhow result return for user functions 2026-02-25 21:54:49 +01:00
Raphael
98754efcd5
feat(database): adding the anyhow result return for guild_user functions 2026-02-25 21:54:42 +01:00
Raphael
1363c596b4
feat(database): adding the anyhow result return for guild functions 2026-02-25 21:54:24 +01:00
Raphael
aa499ead1c
feat(database): adding the anyhow result return for bot function 2026-02-25 21:54:08 +01:00
Raphael
b82199dab1
feat(commands/mod): adding the anyhow result return 2026-02-25 21:53:43 +01:00
Raphael
c3161ab949
feat(commands/utils): adding the anyhow result return 2026-02-25 21:53:36 +01:00
Raphael
37eac33485
feat(commands/utils): adding the anyhow result return 2026-02-25 21:53:34 +01:00
Raphael
e0711a2a13
feat(commands/moderation): adding the anyhow result return 2026-02-25 21:53:27 +01:00
Raphael
af27a45949
feat(commands/gestion): adding the modules declaration 2026-02-25 21:35:20 +01:00
Raphael
1e7f301722
feat(commands/gestion): Adding the set command 2026-02-25 12:42:57 +01:00
Raphael
b4056df64e feat(database/guild_user): adding the database macros 2026-02-17 15:30:54 +01:00
Raphael
746f4a2d1e feat(database/user): adding the database macros 2026-02-17 15:30:54 +01:00
Raphael
89a79dd3cb fix(database/guild): removing the macro from set_log
set_log's request not available at the runtime
2026-02-17 15:30:54 +01:00
Raphael
83a5212710 feat(database/guild): adding the database macros 2026-02-17 15:30:54 +01:00
Raphael
dbfc5cbf62 feat(database/bot): adding the database macros 2026-02-17 15:30:54 +01:00
Raphael
cdfc2c45c0 style(events/bot): adding the tracing log on interaction_create 2026-02-17 15:30:54 +01:00
Raphael
c6fb232910 style(events/bot): adding the tracing log on ready 2026-02-17 15:30:54 +01:00
Raphael
c8344b4d9d feat(main): adding the tracing init 2026-02-17 15:30:54 +01:00
Raphael
ea8da998b1 style(commands/utils): adding tracing.info to ping registration
Co-authored-by: Maix0 <maieul@familleboyer.net>
2026-02-17 15:30:54 +01:00
Raphael
79f901939f style(commands/utils): adding tracing.info to help registration
Co-authored-by: Maix0 <maieul@familleboyer.net>
2026-02-17 15:30:54 +01:00
Raphael
8648f707a3 style(commands/moderation): adding tracing.info to clear registration
Co-authored-by: Maix0 <maieul@familleboyer.net>
2026-02-17 15:30:54 +01:00
Raphael
8b0d8dd7b9
feat(database/bot): typing the bot.rs get method 2026-02-16 22:15:40 +01:00
Raphael
cf075815d3
feat(commands/utils): adding the footer to the help command 2026-02-16 22:14:45 +01:00
Raphael
51e95d3f93
feat(commands/mod): adding the category for help command
- adding stuff to take command variable
2026-02-16 15:29:57 +01:00
Raphael
d0afd2986c
style(database/bot): removing selection of status 2026-02-16 15:28:56 +01:00
Raphael
71c1065aaa
style(events/bot): removing useless import 2026-02-16 15:28:24 +01:00
Raphael
dfccac5900
feat(models/bot): removing the id field 2026-02-16 15:27:56 +01:00
Raphael
87e8467daf
feat(commands/moderation): updating the clear to be on help menu 2026-02-16 15:27:07 +01:00
Raphael
5cd072e0e7
feat(commands/utils): updating the ping to be on help menu 2026-02-16 15:26:50 +01:00
Raphael
e2c98386db
feat(commands/utils): adding the help command
- This command will be to managed
2026-02-16 15:26:17 +01:00
Raphael
421a926cf7
fix(events/bot): take a u128 instead of i32 for counter of member 2026-02-15 23:55:45 +01:00
Raphael
db1823465f
feat(moderation/clear): adding the clear command 2026-02-15 23:45:03 +01:00
Raphael
a08b70b94a
feat(utils/ping): adding the emoji parameters in Ping run 2026-02-15 23:44:10 +01:00
Raphael
f6fd4c9a75
feat(commands/mod): adding the emoji parameters 2026-02-15 23:43:38 +01:00
Raphael
b2f19a2edb
feat(config/emoji): adding the emoji configuration 2026-02-15 23:43:13 +01:00
Raphael
da29493980
feat(config/mod): adding the EmojiConfig publication 2026-02-15 23:42:55 +01:00
Raphael
a104cbf453
feat(events/bot): adding emoji field 2026-02-15 23:42:34 +01:00
Raphael
1b052c92a0
style(events/bot): adding a blank line on tty running 2026-02-15 23:41:59 +01:00
Raphael
e43dfaf3c3
feat(event/mod): adding the emoji to interaction.create 2026-02-15 23:41:16 +01:00
Raphael
1f14b44188
feat(main): adding the emoji loading 2026-02-15 23:40:51 +01:00
Raphael
442b55c09f
feat(commands/moderation): adding the clear start 2026-02-15 19:20:40 +01:00
Raphael
8c3b4ee8cc
feat(commands/moderation): adding the mod 2026-02-15 19:20:30 +01:00