sabouserbot / pyUltroid

Commit History

revert: Remove bot.session implementation - Revert assistant bot to original bot_token method - Remove BOT_SESSION config variable - Remove bot session file support - Update .gitignore to allow .session files to be committed
1c48a4a

dragxd commited on

fix: Enhanced database error handling with automatic fallback - Always try fallback to create bot without database on any error - Better error detection for database/file access issues - Added final fallback in outer exception handler - Improved logging at each step
cde66f1

dragxd commited on

fix: Improve database error handling for assistant bot initialization - Add error handling for database access failures - Fallback to creating bot without database if db access fails - Better error messages for database-related issues - Handle database read errors gracefully
837aa10

dragxd commited on

feat: Support bot.session file and improve bot session handling - Add support for bot.session file in root/sessions directory - Prioritize bot.session file over session strings - Improve bot_session_gen.py with better error handling - Fix async send_message warning - Update config template with bot session instructions
0a3d7a9

dragxd commited on

feat: Add bot session support for assistant bot - Changed assistant bot to use BOT_SESSION instead of bot_token - Auto-generate session from bot_token if session not provided - Added BOT_SESSION config variable - Falls back to bot_token method if session creation fails
c576c12

dragxd commited on

Enable help buttons to work without assistant bot - Make help menu dynamic and register callbacks on userbot for full button functionality without bot
d3100d7

dragxd commited on

Fix InvalidGitRepositoryError when git repo not found - Add try-except to handle cases where Repo() cannot find valid git repository, fallback to cloning default branch
be9f99e

dragxd commited on

Fix OSError when addons is a symbolic link - Handle symbolic links properly by checking islink() before calling rmtree()
ce0d24a

dragxd commited on

Update pyUltroid/dB/__init__.py
4f8308b
verified

xdragxt commited on

sabouserbot
607505f

dragxd commited on