Giter Club home page Giter Club logo

telegram-sport-event-bot's People

Contributors

kmint21 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

telegram-sport-event-bot's Issues

Possible bug in adding penalty

I've used python-telegram-bot==13.5

https://github.com/KMiNT21/telegram-sport-event-bot/blob/master/sport_event_bot.py#L373
In this line I had error

`

File "/home/bot/telegram-sport-event-bot/sport_event_bot.py", line 373, in penalty_player
db.penalty_for_user_in_chat(chat_id=update.message.chat_id, user_id=user_id, operator_id=update.message.from_user.user_id)
│ │ │ │ │ │ │ │ └ <telegram.user.User objec
t at 0xffff9bef6fa0>
│ │ │ │ │ │ │ └ <telegram.message.Message object
at 0xffff9bef6e80>
│ │ │ │ │ │ └ <telegram.update.Update object at 0xff
ff9bef6b80>
│ │ │ │ │ └ '542117150'
│ │ │ │ └ <property object at 0xffff9c97f680>
│ │ │ └ <telegram.message.Message object at 0xffff9bef6e80>
│ │ └ <telegram.update.Update object at 0xffff9bef6b80>
│ └ <function penalty_for_user_in_chat at 0xffff9c0a1280>
└ <module 'db' from '/home/bot/telegram-sport-event-bot/db.py'>

AttributeError: 'User' object has no attribute 'user_id'
`

probably it would be better to change update.message.from_user.user_id to update.message.from_user.id

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.