Add new features

This commit is contained in:
Tarrgon
2026-05-19 09:04:59 -04:00
parent 9dc2034700
commit d08b21492a
8 changed files with 310 additions and 109 deletions
+1
View File
@@ -25,6 +25,7 @@ export type GuildSettings = {
link_skip_channels?: string
github_release_channel?: string
moderator_channel_id?: string
private_help_channel_id?: string
}
export type GuildArraySetting = 'staff_categories' | 'safe_channels' | 'link_skip_channels';