createRequest

fun createRequest(messageId: Long, userId: Long, githubName: String, repoName: String): InsertStatement<Number>

Adds a request to the database.

Return

The result of the INSERT statement

Parameters

messageId

The unique ID of the request according to Discord

userId

The unique ID of the Discord user

githubName

The GitHub username of the user

repoName

The name of the repository