A rust discord but build w/ serenity
Find a file
Raphael 8c011d29fd
fix(command/moderation): adding the position 0 for ban
The serenity lib return None on .member_highest_role so adding an
unwrap_or(0)
2026-03-16 14:40:20 +01:00
.sqlx build(sqlx): adding the sqlx cache 2026-02-20 13:33:51 +01:00
migrations feat(migrations): The return of the king 2026-03-15 12:31:57 +01:00
src fix(command/moderation): adding the position 0 for ban 2026-03-16 14:40:20 +01:00
.envrc build(nix): adding flake and envrc 2026-02-11 19:46:52 +01:00
.gitignore core(git/ignore): adding the mod_gen ignore 2026-02-12 14:51:52 +01:00
build.rs refactor(build): cargo formatter for build.rs 2026-02-25 21:52:04 +01:00
Cargo.lock build(rust/cargo): adding the anyhow dependency (lock) 2026-02-25 21:52:30 +01:00
Cargo.toml build(rust/cargo): adding the anyhow dependency 2026-02-25 21:52:24 +01:00
emojis.toml feat(emojis): adding the emojis toml 2026-02-15 23:39:12 +01:00
env.example feat(env/example): pushing an env.example 2026-02-12 21:53:05 +01:00
flake.nix ci(gh/rust): removing github action 2026-03-15 18:13:54 +01:00
LICENSE core(license): adding the GNU GPL v3 license 2026-02-14 00:44:51 +01:00