User

data class User(val username: String, val discord: Long)

Represents a user in the database.

Constructors

Link copied to clipboard
constructor(username: String, discord: Long)

Properties

Link copied to clipboard

The Discord ID of the user.

Link copied to clipboard

The username of the user.