Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion plugins/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def set_bot_token(C, m):
del UB[user_id] # Remove from dictionary

if len(args) < 2:
await m.reply_text("⚠️ Please provide a bot token. Usage: `/setbto token`", quote=True)
await m.reply_text("⚠️ Please provide a bot token. Usage: `/setbot token`", quote=True)
return

bot_token = args[1].strip()
Expand Down Expand Up @@ -283,3 +283,4 @@ async def logout_command(client, message):
os.remove(f"{user_id}_client.session")
except Exception:
pass