Forward banned alts to mod channel

This commit is contained in:
Tarrgon
2025-07-19 13:52:22 -04:00
parent 04982a06d6
commit 5b045de4bd
4 changed files with 27 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ export type GuildSettings = {
safe_channels?: string
link_skip_channels?: string
github_release_channel?: string
moderator_channel_id?: string
}
export type GuildArraySetting = 'staff_categories' | 'safe_channels' | 'link_skip_channels';