- Changed RUST_LOG level from 'trace' to 'debug' in VSCode launch config - Simplified auth handler by removing direct bot ID lookup logic - Added HttpRequest parameter to auth handler - Implemented bot_from_url helper for bot identification - Updated auth script path to use bot-specific directory structure - Removed unused warn import - Improved error handling for auth script reading and execution The changes streamline the authentication process by: 1. Moving bot identification to a dedicated helper function 2. Making the auth script path dynamic based on bot name 3. Reducing log verbosity in development 4. Cleaning up unused imports and code |
||
|---|---|---|
| .. | ||
| mod.rs | ||