Skip to content

Adapt the bot to the new python telegram bot library 12.3.0 #2

@BluLupo

Description

@BluLupo

You need to use the new Context, here is an example:
def buttons(bot, update):
into
def buttons(update, context): bot = context.bot ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions