mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-09 04:47:34 +08:00
Minor Fix
Fix Reset all button
This commit is contained in:
parent
eead79a204
commit
f95134f733
@ -118,7 +118,8 @@ async def get_user_settings(from_user):
|
||||
ytopt = YTO
|
||||
else:
|
||||
ytopt = 'None'
|
||||
buttons.ibutton("Reset All", f"userset {user_id} reset")
|
||||
if user_dict:
|
||||
buttons.ibutton("Reset All", f"userset {user_id} reset")
|
||||
buttons.ibutton("Close", f"userset {user_id} close")
|
||||
|
||||
text = f"""<u>Settings for {name}</u>
|
||||
|
Loading…
Reference in New Issue
Block a user