[go: up one dir, main page]

Implemented a cooldown mechanism for the 'tate' trigger, preventing users from triggering the response more than once every 30 minutes. The bot sends a GIF of Andrew Tate when the keyword 'tate' is mentioned, and users are informed if they are on cooldown. Additionally, added a more specific error message to the translation command to include the error type.

- Added `last_triggered` dictionary to track user trigger times
- Used `time` module alias `std_time` to handle time functions
- Improved error handling for the translation command