mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:17:58 +01:00
fix this skull emojiiiiiiiiiiiiiiii
This commit is contained in:
parent
a4ff42f7b2
commit
8bd4e2e8eb
1 changed files with 5 additions and 3 deletions
|
@ -34,7 +34,7 @@ const versmol = "v23.1311-JeSsIcA"
|
||||||
const branch = "dev/master";
|
const branch = "dev/master";
|
||||||
const codename = "jessica";
|
const codename = "jessica";
|
||||||
const versionnumber = "272";
|
const versionnumber = "272";
|
||||||
const relaseunixdate = "MTcwMDI5ODc4OQ==
|
const relaseunixdate = "MTcwMDI5ODc4OQ=="
|
||||||
const updatequote = "Empty your cup so that it may be filled; become devoid to gain totality. - Bruce Lee"
|
const updatequote = "Empty your cup so that it may be filled; become devoid to gain totality. - Bruce Lee"
|
||||||
|
|
||||||
|
|
||||||
|
@ -161,8 +161,10 @@ app.get("/avatars/:v", async function (req, res) {
|
||||||
.then((txt) => getJson(txt));
|
.then((txt) => getJson(txt));
|
||||||
|
|
||||||
const response = {
|
const response = {
|
||||||
pt_version: versmol,
|
pt_version: {
|
||||||
pt_version_full: verfull,
|
version:versmol,
|
||||||
|
version_full:verfull
|
||||||
|
},
|
||||||
branch,
|
branch,
|
||||||
updatequote,
|
updatequote,
|
||||||
relaseunixdate,
|
relaseunixdate,
|
||||||
|
|
Loading…
Reference in a new issue