fix (rroles): Increase maximum role price.
This commit is contained in:
@@ -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."
|
accepts = "An integer number of coins. Use `0` to make the role free, or `None` to use the message default."
|
||||||
|
_max = 2 ** 20
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def default(self):
|
def default(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user