mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
* Outdate template * don't use `.env.example` * deno fmt Co-authored-by: meister03 <meisterpi@gmail.com> Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com> Co-authored-by: LTS20050703 <lts20050703@gmail.com>
5 lines
286 B
TypeScript
5 lines
286 B
TypeScript
export * from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";
|
|
export * from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/mod.ts";
|
|
export { config as dotEnvConfig } from "https://deno.land/x/dotenv@v3.1.0/mod.ts";
|
|
export * from "https://deno.land/std@0.117.0/fmt/colors.ts";
|