Files
discordeno/template/beginner/deps.ts
Skillz4Killz 253781943e release: rc31
2022-03-26 00:13:27 +00:00

10 lines
413 B
TypeScript

export * from "https://deno.land/x/discordeno@13.0.0-rc31/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc31/plugins/mod.ts";
// 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";
// Database, thx Tri!
export * from "https://deno.land/x/kwik@v1.2.1/mod.ts";