Upload web code

This commit is contained in:
Cadence Ember 2024-09-22 15:42:15 +12:00
commit b6c23c30fb
22 changed files with 765 additions and 6 deletions

View file

@ -6,7 +6,7 @@ const { Client: CloudStorm } = require("cloudstorm")
const passthrough = require("../passthrough")
const { sync } = passthrough
/** @type {typeof import("./discord-packets")} */
/** @type {import("./discord-packets")} */
const discordPackets = sync.require("./discord-packets")
class DiscordClient {