What changed
- config.js
- Added options: moderatorRole, itemsPerPage
- commands/vouch.js
- Added user option (who you vouch for)
- Generates unique vouch ID + timestamp
- Saves only after approval (immediate if autoApprove is true)
- Moderator permission via moderatorRole or Administrator
- commands/vouches.js
- Updated description to “Lists vouches with pagination”
- Added optional user filter
- Uses config.itemsPerPage for page size
- Shows fields: ID, For, By, Rating, Message
- Footer shows total count and average rating
- Supports legacy data format
- New commands
- editvouch: edit by id (author or moderator)
- deletevouch: delete by id (author or moderator)
