mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Bank upgrades
This commit is contained in:
parent
ba86d4a6f2
commit
fff35c6c44
8 changed files with 99 additions and 3 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue