i really need some way to just, upload the code directly, instead of going through git. thatd be nice

This commit is contained in:
Madeline
2023-08-15 00:16:31 +10:00
parent 42093dcfd3
commit 268cfbe2b2

View File

@@ -299,7 +299,7 @@ export class Message extends BaseClass {
to = to.filter((x) => {
if (typeof x == "string") return x.includes("channel");
return false;
});
})[0];
if (!to) throw new Error("not deliverable");