-
Notifications
You must be signed in to change notification settings - Fork 2
Added warnings of previous trial timings #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
no i didnt (thing no workie yet 😞) |
|
Fixed it studentGroup: "student"
testificateGroup: "testificate"
builderGroup: "builder"
webhook: "https://discord.com/api/webhooks/..."
abandonForgiveness: 6000
countPerPeriod: 2
periodDays: 7
minSpacingHours: 24 |
💀 |
|
nudge |
| } | ||
|
|
||
| val mostRecent = recentTrials.firstOrNull() | ||
| if (mostRecent != null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could use something like .firstOrNull()?.let { it -> etcetcetc } to "kotlinify" this. https://kotlinlang.org/docs/scope-functions.html#let
| } | ||
|
|
||
| // Warn of recent trials | ||
| if (!this.isTrialOkay(testificate.uniqueId)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be nice if this gets stated and halts the start of the trial. Could be ignored with an extra argument, like /trialstart Nickster258 https://app.link confirm or something.
No description provided.