Skip to content

Commit

Permalink
add describe_instances
Browse files Browse the repository at this point in the history
  • Loading branch information
minimike86 committed Jul 4, 2024
1 parent 48a3c64 commit c0c44b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def refresh_user_token(user: any) -> str:
bot = Bot(app_access_token=app_access_token,
user_token=bot_user.get('access_token'),
initial_channels=[settings.BOT_JOIN_CHANNEL],
eventsub_public_url=public_dns)
eventsub_public_url=f"https://{public_dns}")
bot.from_client_credentials(client_id=settings.CLIENT_ID,
client_secret=settings.CLIENT_SECRET)

Expand Down

0 comments on commit c0c44b6

Please sign in to comment.