//! By convention, root.zig is the root source file when making a library. pub const bot = @import("bot.zig"); pub const buffer = @import("buffer.zig"); pub const parser = @import("parser.zig"); pub const commands = @import("commands.zig");