mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-02 04:45:39 +00:00
i really need some way to just, upload the code directly, instead of going through git. thatd be nice
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user