diff --git a/README.md b/README.md index e2c535d..1647954 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ pub fn main() !void { .intents = Discord.Intents.fromRaw(53608447), .token = std.posix.getenv("DISCORD_TOKEN").?, .run = .{ .message_create = &message_create, .ready = &ready }, - .cache = Discord.CacheTables, + .cache = Discord.CacheTables.defaults(allocator), }); } ```