Skip to content

Instantly share code, notes, and snippets.

View SuppliedOrange's full-sized avatar

SuppliedOrange

View GitHub Profile

I regret not taking the first step

The gush of wind that rushed past my face
And withdrew my hair till my forehead was bare
I stood with my eyes closed
As the train flew by with its sweet metal jingle
My ride home receded into the distance

I regret not taking the last step

Asynchronous and patient calls

Waiting for your promise

Resolve for me or I will die

But I will await forevermore


Where did it begin?
The same dull roads
The same boat in the grass
The same sharks in the meadows
But this is the end

A quick phasmo guide (Not maintained anymore)


Map traits:

  • In snow/rain maps, the temperature will be low in most places and will take a while for the actual ghost room to cool to a noticable level

  • Turn on too many lights and the breaker breaks.

  • Ghosts can spawn in hallways, not just rooms (Except on Asylum)

@SuppliedOrange
SuppliedOrange / translate.js
Last active March 10, 2024 10:51
This is probably the longest Discord.js command I ever made. Criticism is welcome
export const translate: MachinaFunction = machinaDecoratorInfo
({monikers: ["translate"], description: "translates."})
("webhook-commands", "translate", async (params: MachinaFunctionParameters) => {
if (!params.msg.member.hasPermission("MANAGE_CHANNELS")) return params.msg.channel.send({embed: { title: "You need the MANAGE_CHANNELS permission to use this, " + params.msg.author.tag, color: "4B0082" }});
if (params.args[0] == "help") {
let transhelp = new MessageEmbed({
title: "Translation Commands",
fields: [