Mathie
05/10/2022, 9:55 PMawait this.client.modlogsService.createModlogs({
user: {
connect: {
userId: user.id
}
},
type: "WARN",
date: new Date(),
moderator: interaction.user.tag,
reason: reason
});
I want to create the user (user) if not existSabin Adams
05/10/2022, 10:48 PM