python-fortnite-api-wrapper icon indicating copy to clipboard operation
python-fortnite-api-wrapper copied to clipboard

refresh

Open mehranj73 opened this issue 7 years ago • 1 comments

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.

mehranj73 avatar Oct 03 '18 09:10 mehranj73

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.

nicolaskenner avatar Oct 03 '18 14:10 nicolaskenner