mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
11 lines
643 B
TypeScript
11 lines
643 B
TypeScript
// Terminal Colors!
|
|
export * from "https://deno.land/std@0.117.0/fmt/colors.ts";
|
|
// Get data from .env files
|
|
export { config as dotEnvConfig } from "https://deno.land/x/dotenv@v3.1.0/mod.ts";
|
|
export * from "https://deno.land/x/discordeno@13.0.0-rc15/mod.ts";
|
|
// All the Plugins
|
|
export * from "https://deno.land/x/discordeno_helpers_plugin@0.0.3/mod.ts";
|
|
export { validatePermissions } from "https://deno.land/x/discordeno_permissions_plugin@0.0.11/src/permissions.ts";
|
|
// export * from "https://deno.land/x/kwik@v1.2.0/mod.ts";
|
|
export * from "https://raw.githubusercontent.com/TriForMine/kwik/4df9d84eefee7ff299cc65e0f31adb8dbee64cde/mod.ts";
|