Bank upgrades

This commit is contained in:
stijndcl 2022-07-03 17:44:16 +02:00
parent ba86d4a6f2
commit fff35c6c44
8 changed files with 99 additions and 3 deletions

View file

@ -1,2 +1,6 @@
class DoubleNightly(Exception):
"""Exception raised when claiming nightlies multiple times per day"""
class NotEnoughDinks(Exception):
"""Exception raised when trying to do something you don't have the Dinks for"""