diff options
author | Marvin Borner | 2021-03-05 14:46:41 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-05 14:46:41 +0100 |
commit | 0780898e8a99266112b077c9a88edafc99cdd9fe (patch) | |
tree | 8304780edda6943820c6c50aaf086b8318047d0a /cli.js | |
parent | 69b91c7886976bc7fed4d5bd30739b3cbef7a54b (diff) |
Nom de dieu de putain de bordel de merde de saloperie de connard d'enculer ta mère
It's like wiping your arse with silk. I love it.
Diffstat (limited to 'cli.js')
-rwxr-xr-x | cli.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,7 +100,7 @@ if ((idx = params.indexOf("-r")) > -1) { const chars = user.chars; hay = curr; const obj = { - id: user.id - 1, // Why tf tho + id: user.id, // Why tf tho name: `${user.name} ${user.middlename || ""} ${user.surname}`, birthday: answer("Geburtsdatum"), favsub: answer("Lieblingsfach"), @@ -127,7 +127,7 @@ if ((idx = params.indexOf("-r")) > -1) { textex += `\\def\\std${elem}{${obj[elem]}}`; }); - textex += "\\student\n\n"; + textex += `\\student\\studentbackground{${obj.id}}{${obj.qrcode}}\n\n`; // Characteristics olympics kinetics acoustics textex += "\\begin{center}\\begin{minipage}{0.75\\paperwidth}\\begin{center}\n"; |