fix (rroles): Increase maximum role price.

This commit is contained in:
2021-11-07 14:58:57 +02:00
parent 10f048fabc
commit 0e62ebdb2b

View File

@@ -199,6 +199,7 @@ class price(setting_types.Integer, ReactionSetting):
)
accepts = "An integer number of coins. Use `0` to make the role free, or `None` to use the message default."
_max = 2 ** 20
@property
def default(self):