Skip to content

Commit

Permalink
Multi admin update
Browse files Browse the repository at this point in the history
  • Loading branch information
Proteseus committed Oct 26, 2023
1 parent a14e47a commit 0c949d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptb20.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ async def send_details(update: Update, context: CallbackContext, sub: False, ord

chat_id = os.getenv('USERNAME'), os.getenv('USERNAME_Y'), os.getenv('USERNAME_S')

if user in chat_id:
for user in chat_id:
await context.bot.send_message(
chat_id=user,
text=message,
Expand Down

0 comments on commit 0c949d5

Please sign in to comment.