We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc9b08 commit b2bd753Copy full SHA for b2bd753
src/main/kotlin/dev/racci/elixir/extensions/RoleSelector.kt
@@ -83,7 +83,7 @@ class RoleSelector: Extension() {
83
rsl["channel"] as Long,
84
rsl["autoRemoveOnLimit", false] as Boolean,
85
rsl["attachment", ""] as String,
86
- rsl["limit", -1] as Long,
+ rsl["limit", -1L] as Long,
87
rsl["removable", true] as Boolean,
88
rsl["role"] as TomlArray?
89
)
0 commit comments