matrix-gptbot/src/gptbot
Kumi 08fa83f1f9
fix(dice): handle missing dice roll parameter
Adjust exception handling to catch both ValueError and IndexError. This ensures the command gracefully defaults to 6 sides when input parameters are insufficient or improperly formatted. Improves robustness against user errors.
2024-08-18 10:54:03 +02:00
..
assets Make it an importable module 2023-05-25 07:28:28 +00:00
callbacks fix: correct vars in join_callback for space mapping 2024-05-18 21:37:51 +02:00
classes fix(config): add fallback values for Matrix config checks 2024-08-18 10:50:27 +02:00
commands fix(dice): handle missing dice roll parameter 2024-08-18 10:54:03 +02:00
migrations fix(migrations): handle specific exceptions gracefully 2024-05-18 21:39:06 +02:00
tools refactor: mark base imports in tools as used 2024-05-18 21:36:21 +02:00
__init__.py Make it an importable module 2023-05-25 07:28:28 +00:00
__main__.py feat: add main_sync wrapper for asyncio compatibility 2024-05-17 10:58:01 +02:00