diff --git a/src/config/DefaultConfig.ts b/src/config/DefaultConfig.ts index 0644b19..7448b95 100644 --- a/src/config/DefaultConfig.ts +++ b/src/config/DefaultConfig.ts @@ -6,5 +6,7 @@ export const defaultConfig: Omit = { banAppealLink: "", modLogChannel: "", eventLogChannel: "", - messageReportChannel: "" + messageReportChannel: "", + birthdayChannel: "", + joinRole: "" };