Skip to content
Snippets Groups Projects
Unverified Commit b8e28776 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[version] 1.5.2

parents 2961c7c4 eb25aff5
Branches
Tags 1.5.2
No related merge requests found
{
"name": "seb-bot",
"version": "1.5.0",
"version": "1.5.2",
"main": "index.js",
"repository": "https://git.unistra.fr/amicale-core/seb-bot",
"author": "Maxime Friess <M4x1me@pm.me>",
......
......@@ -63,10 +63,10 @@ class RegisterCommand extends Command {
return;
}
const { firstname, lastname } = this.__pending_accept[interaction.user.id];
delete this.__pending_accept[interaction.user.id];
await interaction.deferUpdate();
const { firstname, lastname } = this.__pending_accept[interaction.user.id];
let { good, error, status, data } = await SebApi.create_person(firstname, lastname, interaction.user.id);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment