1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

chore: Update GuildConfig model with optional prefix field

This commit is contained in:
wlinator 2024-09-04 11:05:53 -04:00
parent 14176a147c
commit 441655beb3

View file

@ -27,6 +27,7 @@ model Guild {
}
model GuildConfig {
prefix String?
mod_log_id BigInt?
audit_log_id BigInt?
join_log_id BigInt?