fix: use rc30

This commit is contained in:
Skillz4Killz
2022-03-25 19:29:46 +00:00
committed by GitHub
parent 67ae26daf4
commit 27bc0cd2df
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
export * from "https://deno.land/x/discordeno@13.0.0-rc29/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc29/plugins/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc30/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc30/plugins/mod.ts";
// Terminal Colors!
export * from "https://deno.land/std@0.117.0/fmt/colors.ts";

View File

@@ -1,5 +1,5 @@
export * from "https://deno.land/x/discordeno@13.0.0-rc29/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc29/plugins/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc30/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc30/plugins/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@13.0.0-rc29/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc29/plugins/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc30/mod.ts";
export * from "https://deno.land/x/discordeno@13.0.0-rc30/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";