nicolaskenner / python-fortnite-api-wrapper

The Python Fortnite API Wrapper
MIT License
44 stars 8 forks source link

refresh #17

Open mehranj73 opened 5 years ago

mehranj73 commented 5 years ago

I built a telegram bot with this wrapper. but for example when I want to get the status or news, it always shows me the same thing, unless I stop the bot from the server and start again.

nicolaskenner commented 5 years ago

Someone had a similar issue in the past with a Discord bot. The problem was that he was calling the news method only once in the program. The solution was to put the api call in the function that runs when the bot is requested.