From 087686b0d562a2fdd3b68119727ef8246f22fb0c Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 9 Dec 2024 17:27:44 -0500 Subject: [PATCH] chore: expose the zjson namespace --- src/discord.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/discord.zig b/src/discord.zig index 743c5cd..e326c0a 100644 --- a/src/discord.zig +++ b/src/discord.zig @@ -16,6 +16,7 @@ pub usingnamespace @import("./structures/types.zig"); pub const Shard = @import("shard.zig"); +pub const zjson = @import("json.zig"); pub const Internal = @import("internal.zig"); const GatewayDispatchEvent = Internal.GatewayDispatchEvent;