mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:54:42 -05: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 codename = "jessica";
|
||||
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"
|
||||
|
||||
|
||||
|
@ -161,8 +161,10 @@ app.get("/avatars/:v", async function (req, res) {
|
|||
.then((txt) => getJson(txt));
|
||||
|
||||
const response = {
|
||||
pt_version: versmol,
|
||||
pt_version_full: verfull,
|
||||
pt_version: {
|
||||
version:versmol,
|
||||
version_full:verfull
|
||||
},
|
||||
branch,
|
||||
updatequote,
|
||||
relaseunixdate,
|
||||
|
|
Loading…
Reference in a new issue