5 lines
333 B
TypeScript
5 lines
333 B
TypeScript
export * from "https://deno.land/x/discordeno@18.0.1/mod.ts";
|
|
export * from "https://deno.land/x/discordeno@18.0.1/plugins/mod.ts";
|
|
export * from "https://deno.land/std@0.177.1/fmt/colors.ts";
|
|
// export * as mod from "https://deno.land/std@0.177.1/dotenv/mod.ts";
|
|
export * as mod from "https://deno.land/std@0.177.1/dotenv/load.ts";
|