forked from syntaxbullet/aurorabot
docs: update guild settings documentation with migrated files
List all files that have been updated to use getGuildConfig().
This commit is contained in:
@@ -172,6 +172,21 @@ Files using guild-specific config that should be updated:
|
|||||||
- `shared/modules/moderation/moderation.service.ts`
|
- `shared/modules/moderation/moderation.service.ts`
|
||||||
- `shared/modules/terminal/terminal.service.ts`
|
- `shared/modules/terminal/terminal.service.ts`
|
||||||
|
|
||||||
|
## Files Updated to Use Database Config
|
||||||
|
|
||||||
|
All code has been migrated to use `getGuildConfig()`:
|
||||||
|
|
||||||
|
- `bot/events/guildMemberAdd.ts` - Role assignment on join
|
||||||
|
- `bot/modules/user/enrollment.interaction.ts` - Enrollment flow
|
||||||
|
- `bot/modules/feedback/feedback.interaction.ts` - Feedback submission
|
||||||
|
- `bot/commands/feedback/feedback.ts` - Feedback command
|
||||||
|
- `bot/commands/inventory/use.ts` - Color role handling
|
||||||
|
- `bot/commands/admin/create_color.ts` - Color role creation
|
||||||
|
- `bot/commands/admin/warn.ts` - Warning with DM and auto-timeout
|
||||||
|
- `shared/modules/moderation/moderation.service.ts` - Accepts config param
|
||||||
|
- `shared/modules/terminal/terminal.service.ts` - Terminal location persistence
|
||||||
|
- `shared/modules/economy/lootdrop.service.ts` - Terminal updates
|
||||||
|
|
||||||
## Implementation Files
|
## Implementation Files
|
||||||
|
|
||||||
| File | Purpose |
|
| File | Purpose |
|
||||||
|
|||||||
Reference in New Issue
Block a user