feat(platform): add Discord onboarding and Velocity gate
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package games.twentyfaces.accountmanager;
|
||||
|
||||
record AccessDecision(boolean allowed, String message) {
|
||||
static AccessDecision denied(String message) {
|
||||
return new AccessDecision(false, message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user