mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
fix: use rc30
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user