Skip to main content
Module

x/velocity_lite/mod.ts

Minimal version of our Discord library, velocity. This edition of the library is supposed to be more optimized for performance, for small projects.
Latest
File
import Client from './lib/structures/Client.ts'import Message from './lib/structures/Message.ts';import User from './lib/structures/User.ts';import Channel from './lib/structures/Channel.ts';export { Client, Message, User, Channel,};