fix typo
This commit is contained in:
parent
fb8ce159d3
commit
21cf72449f
@ -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),
|
||||
});
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user