chore: default config

This commit is contained in:
Naomi Carrigan 2024-07-07 13:12:43 -07:00
parent fb9c670e82
commit ef14e9dd46
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -6,5 +6,7 @@ export const defaultConfig: Omit<configs, "id"> = {
banAppealLink: "", banAppealLink: "",
modLogChannel: "", modLogChannel: "",
eventLogChannel: "", eventLogChannel: "",
messageReportChannel: "" messageReportChannel: "",
birthdayChannel: "",
joinRole: ""
}; };