Releases: ARKModding/am_bot
Releases · ARKModding/am_bot
0.0.16
0.0.15
Add forum post creation for quarantined members (#23) - Add QUARANTINE_CHANNEL_ID constant for forum channel - Implement _setup_quarantine_post method to create forum threads - Integrate forum post creation into quarantine flow - Add comprehensive tests for forum post functionality including error cases
0.0.14
Fix quarantine logging and add comprehensive tests (#22) - Fix datetime.datetime.utcnow() typo to use datetime.now(timezone.utc) - Fix get_channel call to use positional argument instead of keyword - Add QUARANTINE_LOG_CHANNEL_ID constant - Add _log_quarantine method to log quarantine events with embed - Add comprehensive tests for quarantine logging functionality - All 139 tests passing with 92% code coverage
0.0.12
Bump requirements (#20)
0.0.11
Purge voice text channels for quarantine (#19)
0.0.10
Use constants again, add quarantine slash command for staff (#16)
0.0.9
Add unit tests (#14) * Spam detection * Linting * Linting * Unit tests * Fix linting and coverage
0.0.8
Add quarantine cog (#12) * Add quarantine cog * Linting * Add envvars to chart
0.0.7
Update invite_response to parse email from embed format (#10) The DMM API now sends support requests as Discord embeds instead of plain text. Updated the bot to extract email from the embed's Email field and the help request from the embed description, with fallback to the legacy plain text format.