AthenaShared.interfaces.iAccount.Account ​
shared/interfaces/iAccount.Account
Used to store Discord Information, IPs, and User Data
Interface
Account
Properties ​
_id ​
• _id: any
A unique MongoDB identifier to identify the accoutn in the database.
Defined in ​
shared/interfaces/iAccount.ts:12
banned ​
• banned: boolean
Is this user banned?
Defined in ​
shared/interfaces/iAccount.ts:69
discord ​
• Optional
discord: string
Discord user ID. The one you get from developer mode.
Defined in ​
shared/interfaces/iAccount.ts:26
email ​
• Optional
email: string
Email bound to the discord account.
Defined in ​
shared/interfaces/iAccount.ts:33
hardware ​
• hardware: string
[]
Hardware Identifiers associated with an account.
Defined in ​
shared/interfaces/iAccount.ts:47
id ​
• Optional
id: number
A incremented ID for individual accounts.
Defined in ​
shared/interfaces/iAccount.ts:19
ips ​
• ips: string
[]
Last 5 IPs that have logged into an account.
Defined in ​
shared/interfaces/iAccount.ts:40
lastLogin ​
• lastLogin: number
Time in milliseconds when they last logged in since epoch.
Defined in ​
shared/interfaces/iAccount.ts:54
permissions ​
• permissions: string
[]
A list of permissions assigned to this account.
Defined in ​
shared/interfaces/iAccount.ts:62
reason ​
• reason: string
Why are they banned?