Add guild routes, setup tables, validators, and update environment example
All checks were successful
Code quality checks / biome (push) Successful in 7s
All checks were successful
Code quality checks / biome (push) Successful in 7s
Added routes for guild creation, deletion, joining, leaving, and invites Set up Cassandra tables for guilds, invites, and members Added validators for guild input Updated .env.example with required config values
This commit is contained in:
parent
9d8b3eb969
commit
320e2cc121
14 changed files with 708 additions and 24 deletions
1
types/validation.d.ts
vendored
1
types/validation.d.ts
vendored
|
@ -7,4 +7,5 @@ type validationResult = {
|
|||
valid: boolean;
|
||||
error?: string;
|
||||
username?: string;
|
||||
name?: string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue