fix: temp fix to use latest github

This commit is contained in:
Skillz4Killz
2022-10-09 22:47:20 +00:00
parent 1c2d82077f
commit 49cfdcbf73
2 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
export * from "https://deno.land/x/discordeno@16.0.1/mod.ts";
export * from "https://deno.land/x/discordeno@16.0.1/plugins/mod.ts";
export * from "https://raw.githubusercontent.com/discordeno/discordeno/main/mod.ts";
export * from "https://raw.githubusercontent.com/discordeno/discordeno/main/plugins/mod.ts";
// export * from "../../plugins/cache/mod.ts";
// export * from "../../plugins/fileloader/mod.ts";
// export * from "../../plugins/helpers/mod.ts";
// export * from "../../plugins/permissions/mod.ts";
// export * from "../../plugins/validations/mod.ts";
// Terminal Colors!
export * from "https://deno.land/std@0.117.0/fmt/colors.ts";

View File

@@ -1,4 +1,4 @@
export * from "https://deno.land/x/discordeno@16.0.1/mod.ts";
export * from "https://deno.land/x/discordeno@16.0.1/plugins/mod.ts";
export * from "https://raw.githubusercontent.com/discordeno/discordeno/main/mod.ts";
export * from "https://raw.githubusercontent.com/discordeno/discordeno/main/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";