create Request
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
message Id
The unique ID of the request according to Discord
user Id
The unique ID of the Discord user
github Name
The GitHub username of the user
repo Name
The name of the repository