Refactor DiscordBotInstance to initialize JDA lazily and standardize "Discord ID" terminology in appeal form.
This commit is contained in:
@@ -41,15 +41,15 @@
|
||||
@if (currentPageIndex === 2) {
|
||||
<section class="formPage">
|
||||
<div class="description">
|
||||
<p>Please enter your discord id below.</p>
|
||||
<p>You can find your discord id by going to User settings -> Advanced -> Developer Mode and turning it
|
||||
<p>Please enter your Discord ID below.</p>
|
||||
<p>You can find your Discord ID by going to User settings -> Advanced -> Developer Mode and turning it
|
||||
on</p>
|
||||
<p>With Developer Mode on in Discord click your profile in the bottom left and click Copy User Id</p>
|
||||
<p>With Developer Mode on in Discord click your profile in the bottom left and click Copy User ID</p>
|
||||
<p>We use this to find your punishment on our Discord server.</p>
|
||||
</div>
|
||||
<mat-form-field appearance="fill">
|
||||
<mat-label>Discord Id</mat-label>
|
||||
<input matInput placeholder="Discord Id" [(ngModel)]="discordId"
|
||||
<input matInput placeholder="Discord ID" [(ngModel)]="discordId"
|
||||
maxlength="17" minlength="18" pattern="^[0-9]+$">
|
||||
</mat-form-field>
|
||||
<button mat-raised-button (click)="checkPunishment()" [disabled]="authService.username() == null">
|
||||
|
||||
Reference in New Issue
Block a user