fix: add Discord ID setting to general user settings page (#2406)

This commit is contained in:
TheCatLady
2022-02-10 02:31:01 -05:00
committed by GitHub
parent 9f4ae34da7
commit eff665ef4b
7 changed files with 88 additions and 23 deletions

View File

@@ -2,6 +2,7 @@ import { NotificationAgentKey } from '../../lib/settings';
export interface UserSettingsGeneralResponse {
username?: string;
discordId?: string;
locale?: string;
region?: string;
originalLanguage?: string;