You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most commands in the Trump module call web APIs. However, the program assumes that the returned data are valid, and does not check for HTML error codes. Requests should be so checked, and the bot should inform the user if the request fails.