fsu-fall2022-capstone / Project-Group-5

A discord bot that connects to the online game nationstates
1 stars 0 forks source link

Auto authenticate calls #37

Closed CoderJoshDK closed 1 year ago

CoderJoshDK commented 1 year ago

After any login is made, try to update the X-PIN. This should be done in the nationstates API file.
This is already being done for validating the login. But it should also be done for any call that uses a private shard

CoderJoshDK commented 1 year ago

Currently, the pin is taken care of and gathered. However, this could be designed better since there is code reuse. Refactoring would be nice