Closed HighnessAtharva closed 3 years ago
Use implicit boolean checking. if reward is the same as if reward is not None
if reward
if reward is not None
It's to explicitly show that it will be None when the daily reward claiming fails.
None
Use implicit boolean checking.
if reward
is the same asif reward is not None